mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Disable connectionless support until someone implements
a UDP listener.
This commit is contained in:
parent
8a9b9292de
commit
538048dac2
1 changed files with 3 additions and 1 deletions
|
|
@ -271,7 +271,9 @@ int main( int argc, char **argv )
|
|||
|
||||
#ifdef LDAP_CONNECTIONLESS
|
||||
case 'c': /* do connectionless (udp) */
|
||||
udp = 1;
|
||||
/* udp = 1; */
|
||||
fprintf( stderr, "connectionless support not supported");
|
||||
exit( -1 );
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue