mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
fix build on non-ldap platforms
(This used to be commit a59ea1d6d32337226f6099eefd19681fb28279c0)
This commit is contained in:
parent
0118f6b417
commit
99a467662a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user