mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r5147: remove unused var
metze (This used to be commit 79e79552e62bbef61eb4f3dff104c6415c3e2ef8)
This commit is contained in:
parent
ca3f70256a
commit
1545d6ecf4
@ -33,9 +33,6 @@ static void nbt_request_handler(struct nbt_name_socket *nbtsock,
|
||||
struct nbt_name_packet *packet,
|
||||
const char *src_address, int src_port)
|
||||
{
|
||||
struct nbt_interface *iface = talloc_get_type(nbtsock->incoming.private,
|
||||
struct nbt_interface);
|
||||
|
||||
switch (packet->operation & NBT_OPCODE) {
|
||||
case NBT_OPCODE_QUERY:
|
||||
nbt_request_query(nbtsock, packet, src_address, src_port);
|
||||
|
Loading…
x
Reference in New Issue
Block a user