]> git.sur5r.net Git - openldap/commitdiff
ITS#3072: remove extraneous assignment
authorKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 20:20:36 +0000 (20:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 20:20:36 +0000 (20:20 +0000)
libraries/liblber/sockbuf.c

index f5c2d5375236588453d37dd2adfbcf9efa6704fc..3dcd510653b1b2194baf872e453fa6c1bf8d960d 100644 (file)
@@ -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",