summaryrefslogtreecommitdiff
path: root/source4/nbt_server/dgram/browse.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-20 11:54:50 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-20 11:54:50 +1000
commitaa90730e0c2617c3d2ab477c3f08c26adb582b21 (patch)
treea909e5ebc0df0d664ef0c537330fb1524a7086ca /source4/nbt_server/dgram/browse.c
parente533e7a7ebc8b3029cf604e63cdc6d1cf8570ccd (diff)
downloadsamba-aa90730e0c2617c3d2ab477c3f08c26adb582b21.tar.gz
samba-aa90730e0c2617c3d2ab477c3f08c26adb582b21.tar.bz2
samba-aa90730e0c2617c3d2ab477c3f08c26adb582b21.zip
Revert addition of 'mailslot' parameter.
It turns out that the mailslot name (and a useful private prointer) is provided in the struct dgram_mailslot_handler. Andrew Bartlett (This used to be commit e17804b8857fdb3c182c5e886323b9d6c194c2ff)
Diffstat (limited to 'source4/nbt_server/dgram/browse.c')
-rw-r--r--source4/nbt_server/dgram/browse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/nbt_server/dgram/browse.c b/source4/nbt_server/dgram/browse.c
index 36f0160e1b..2e12fa114a 100644
--- a/source4/nbt_server/dgram/browse.c
+++ b/source4/nbt_server/dgram/browse.c
@@ -49,7 +49,6 @@ static const char *nbt_browse_opcode_string(enum nbt_browse_opcode r)
*/
void nbtd_mailslot_browse_handler(struct dgram_mailslot_handler *dgmslot,
struct nbt_dgram_packet *packet,
- const char *mailslot_name,
struct socket_address *src)
{
struct nbt_browse_packet *browse = talloc(dgmslot, struct nbt_browse_packet);