mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue