mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
move bind_addr to make it externally available. NT needs to use the address to write to the listen socket to break out of the select
This commit is contained in:
parent
d20143ea50
commit
5d6923c655
@ -78,6 +78,7 @@ usage( char *name )
|
||||
}
|
||||
|
||||
time_t starttime;
|
||||
struct sockaddr_in bind_addr;
|
||||
|
||||
int
|
||||
main( int argc, char **argv )
|
||||
@ -85,7 +86,6 @@ main( int argc, char **argv )
|
||||
int i;
|
||||
int inetd = 0;
|
||||
int rc;
|
||||
struct sockaddr_in bind_addr;
|
||||
int tcps;
|
||||
int udp;
|
||||
#ifdef LOG_LOCAL4
|
||||
|
Loading…
Reference in New Issue
Block a user