Skip to content
Snippets Groups Projects
Commit 538048da authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Disable connectionless support until someone implements

a UDP listener.
parent 8a9b9292
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment