From: Kurt Zeilenga Date: Tue, 17 Oct 2000 20:52:56 +0000 (+0000) Subject: Sync with devel version (no functional change) X-Git-Tag: OPENLDAP_REL_ENG_2_0_7~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a907aafcf946e96471860bd4f807174c12d324a;p=thirdparty%2Fopenldap.git Sync with devel version (no functional change) --- diff --git a/libraries/liblber/sockbuf.c b/libraries/liblber/sockbuf.c index 887d21b883..55e827bf9b 100644 --- a/libraries/liblber/sockbuf.c +++ b/libraries/liblber/sockbuf.c @@ -749,7 +749,7 @@ sb_debug_setup( Sockbuf_IO_Desc *sbiod, void *arg ) sbiod->sbiod_pvt = LBER_MALLOC( strlen( arg ) + 1 ); if ( sbiod->sbiod_pvt == NULL ) - return -1; + return -1; strcpy( (char *)sbiod->sbiod_pvt, (char *)arg ); return 0; }