From: Kurt Zeilenga Date: Mon, 2 Aug 1999 07:40:15 +0000 (+0000) Subject: Disable connectionless support until someone implements X-Git-Tag: TWEB_OL_BASE~327 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=538048dac2230dd92fa45feb671d729a714f3b42;p=openldap Disable connectionless support until someone implements a UDP listener. --- diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 6d310de8c3..0cbdab394a 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -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