This commit is contained in:
Kurt Zeilenga 2000-10-14 02:13:11 +00:00
parent 62a588bd05
commit 92625471e1

View 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;
}