mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Fix typo
This commit is contained in:
parent
62a588bd05
commit
92625471e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue