mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
62a588bd05
commit
92625471e1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user