]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sat, 14 Oct 2000 02:13:11 +0000 (02:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 14 Oct 2000 02:13:11 +0000 (02:13 +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;
 }