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

r7220: Fix comment

(This used to be commit 964f0d95bb)
This commit is contained in:
Andrew Bartlett 2005-06-03 11:19:32 +00:00 committed by Gerald (Jerry) Carter
parent 8c4733b412
commit 513d07a8d6

View File

@ -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);