mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 10:20:28 +00:00
Fixed a warning message of the compiler when not using IDENT lookups.
This commit is contained in:
parent
d8f47ed195
commit
c23bbe6b65
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#include "portab.h"
|
||||||
|
|
||||||
static char UNUSED id[] = "$Id: conn.c,v 1.135 2004/05/11 00:01:11 alex Exp $";
|
static char UNUSED id[] = "$Id: conn.c,v 1.136 2004/05/11 00:53:14 alex Exp $";
|
||||||
|
|
||||||
#include "imp.h"
|
#include "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -1647,7 +1647,9 @@ Read_Resolver_Result( INT r_fd )
|
|||||||
|
|
||||||
/* If the result string is incomplete, return to main loop and
|
/* If the result string is incomplete, return to main loop and
|
||||||
* wait until we can read in more bytes. */
|
* wait until we can read in more bytes. */
|
||||||
|
#ifdef IDENTAUTH
|
||||||
try_resolve:
|
try_resolve:
|
||||||
|
#endif
|
||||||
ptr = strchr( s->buffer, '\n' );
|
ptr = strchr( s->buffer, '\n' );
|
||||||
if( ! ptr ) return;
|
if( ! ptr ) return;
|
||||||
*ptr = '\0';
|
*ptr = '\0';
|
||||||
|
Loading…
Reference in New Issue
Block a user