mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
parent
8c4733b412
commit
513d07a8d6
@ -63,7 +63,7 @@ static NTSTATUS cldapd_add_socket(struct cldapd_server *cldapd, const char *addr
|
||||
struct cldap_socket *cldapsock;
|
||||
NTSTATUS status;
|
||||
|
||||
/* listen for unicasts on port 137 */
|
||||
/* listen for unicasts on the CLDAP port (389) */
|
||||
cldapsock = cldap_socket_init(cldapd, cldapd->task->event_ctx);
|
||||
NT_STATUS_HAVE_NO_MEMORY(cldapsock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user