]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Sync with devel version (no functional change)
authorKurt Zeilenga <kurt@openldap.org>
Tue, 17 Oct 2000 20:52:56 +0000 (20:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 17 Oct 2000 20:52:56 +0000 (20:52 +0000)
libraries/liblber/sockbuf.c

index 887d21b883baa9e3aa9a323d3596196a9ef6f665..55e827bf9b8d0f233d4b5d3b83dd2518ce8d86c5 100644 (file)
@@ -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;
 }