Skip to content
Snippets Groups Projects
Commit b3fdf881 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3072: remove extraneous assignment

parent 98baa45e
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment