Browse Source

Resolves: 229280
Summary: Add LDAPI (LDAP over unix domain sockets) (Comment #5)
Change: Fixed a copy & paste error...

Noriko Hosoi 19 years ago
parent
commit
b7bf0e8caf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/daemon.c

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

@@ -1064,7 +1064,7 @@ setup_pr_read_pds(Connection_Table *ct, PRFileDesc *n_tcps, PRFileDesc *s_tcps,
 		LDAPDebug( LDAP_DEBUG_HOUSE,
 			"listening for LDAPI connections on %d\n", socketdesc, 0, 0 );
 	} else {
-		ct->fd[FDS_S_TCPS].fd = NULL;
+		ct->fd[FDS_I_UNIX].fd = NULL;
 	}
  
 	/* The fds entry for the signalpipe is always FDS_SIGNAL_PIPE */