1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fix build on non-ldap platforms

(This used to be commit a59ea1d6d3)
This commit is contained in:
Gerald Carter 2003-06-25 19:39:16 +00:00
parent 0118f6b417
commit 99a467662a

View File

@ -1619,6 +1619,9 @@ typedef struct {
#include "popt_common.h"
#define PORT_NONE 0
#ifndef LDAP_PORT
#define LDAP_PORT 389
#endif
/* used by the IP comparison function */
struct ip_service {