mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#3072: remove extraneous assignment
This commit is contained in:
parent
98baa45e6a
commit
b3fdf881c3
1 changed files with 0 additions and 1 deletions
|
|
@ -851,7 +851,6 @@ sb_debug_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len )
|
|||
"%swrite: want=%ld error=%s\n",
|
||||
(char *)sbiod->sbiod_pvt, (long)len,
|
||||
STRERROR( errno ) );
|
||||
errno = err;
|
||||
} else {
|
||||
ber_log_printf( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug,
|
||||
"%swrite: want=%ld, written=%ld\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue