summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nmbd/nmbd_packets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c
index 7a6250c2f1..8e46efe2d0 100644
--- a/source3/nmbd/nmbd_packets.c
+++ b/source3/nmbd/nmbd_packets.c
@@ -1011,8 +1011,6 @@ for id %hu\n", packet_type, nmb_namestr(&orig_nmb->question.question_name),
void queue_packet(struct packet_struct *packet)
{
- struct packet_struct *p;
-
DLIST_ADD_END(packet_queue, packet, struct packet_struct *);
}