From: Kurt Zeilenga Date: Sat, 14 Oct 2000 02:13:11 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1743 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92625471e141ebeb3a1be2eb693686d248b63fd2;p=openldap Fix typo --- 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; }