Browse Source

Ticket #47359 - new ldap connections can block ldaps and ldapi connections

https://fedorahosted.org/389/ticket/47359
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: Fix build breakage in previous commit
Platforms tested: RHEL6 x86_64
Flag Day: no
Doc impact: no
Rich Megginson 12 years ago
parent
commit
56f661cf0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/daemon.c

+ 1 - 1
ldap/servers/slapd/daemon.c

@@ -941,7 +941,7 @@ handle_listeners(Connection_Table *ct, listener_info *listener_idxs, int n_liste
 				int rc = handle_new_connection(ct, SLAPD_INVALID_SOCKET, listenfd, secure, local);
 				if (rc) {
 					LDAPDebug1Arg(LDAP_DEBUG_CONNS, "Error accepting new connection listenfd=%d\n",
-					              PR_FileDesc2NativeHandle(listenc->c_prfd));
+					              PR_FileDesc2NativeHandle(listenfd));
 					continue;
 				}
 			}