From: Kurt Zeilenga Date: Thu, 8 Apr 2004 20:20:36 +0000 (+0000) Subject: ITS#3072: remove extraneous assignment X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b3fdf881c3e0e79bdd9cffcc80bd8e128ceb36a5;p=openldap ITS#3072: remove extraneous assignment --- diff --git a/libraries/liblber/sockbuf.c b/libraries/liblber/sockbuf.c index f5c2d53752..3dcd510653 100644 --- a/libraries/liblber/sockbuf.c +++ b/libraries/liblber/sockbuf.c @@ -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",