From b3fdf881c3e0e79bdd9cffcc80bd8e128ceb36a5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 8 Apr 2004 20:20:36 +0000 Subject: [PATCH] ITS#3072: remove extraneous assignment --- libraries/liblber/sockbuf.c | 1 - 1 file changed, 1 deletion(-) 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", -- 2.39.5