diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-08 08:57:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:28 -0500 |
commit | b0ca8ed4559efae38933f49a638e7b51ae8bf0c8 (patch) | |
tree | fa82e983cbc010caf5af97315d7cdb99c482f367 /source4/torture/nbt | |
parent | 866c62f26d110439c8d5cb584f60d24564d6a79c (diff) | |
download | samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.tar.gz samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.tar.bz2 samba-b0ca8ed4559efae38933f49a638e7b51ae8bf0c8.zip |
r6247: added the server side code for receiving mailslot requests, and
parsing incoming netlogon requests. No replies are sent yet.
(This used to be commit 3b34df6a674cd2aeddc354cdadae3f0e1c000d45)
Diffstat (limited to 'source4/torture/nbt')
-rw-r--r-- | source4/torture/nbt/dgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/dgram.c b/source4/torture/nbt/dgram.c index f7d838e32a..c5a3b61136 100644 --- a/source4/torture/nbt/dgram.c +++ b/source4/torture/nbt/dgram.c @@ -78,7 +78,7 @@ static BOOL nbt_test_netlogon(TALLOC_CTX *mem_ctx, } /* setup a temporary mailslot listener for replies */ - dgmslot = dgram_mailslot_temp(dgmsock, "\\MAILSLOT\\NET\\GETDC", + dgmslot = dgram_mailslot_temp(dgmsock, NBT_MAILSLOT_GETDC, netlogon_handler, &replies); |