From 2e3e7ed14f0bf965b72a838f36f22d8d07a0db7d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 18 Aug 2006 01:17:44 +0000 Subject: [PATCH] Fix prev commit --- servers/slapd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 8a2fc55c10..e9e60db17c 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -733,7 +733,7 @@ connection_destroy( Connection *c ) ber_sockbuf_ctrl( sb, LBER_SB_OPT_GET_FD, &sd ); slapd_sd_lock(); - ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &inval ); + ber_sockbuf_ctrl( sb, LBER_SB_OPT_SET_FD, &inval ); ber_sockbuf_free( sb ); /* c must be fully reset by this point; when we call slapd_remove -- 2.39.5