summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-02-10 17:20:21 -0800
committerJeremy Allison <jra@samba.org>2010-02-10 17:20:21 -0800
commit0f0229c45473dd58d633fe6a98865db9aeff1e0e (patch)
tree87d27c9845499b68c1c4ac52c6e3707ab8720356 /source3/nmbd/nmbd_packets.c
parented0e0a20059aeadddd69c4618d35dfb3aca69ba4 (diff)
downloadsamba-0f0229c45473dd58d633fe6a98865db9aeff1e0e.tar.gz
samba-0f0229c45473dd58d633fe6a98865db9aeff1e0e.tar.bz2
samba-0f0229c45473dd58d633fe6a98865db9aeff1e0e.zip
Fix unused variable warning after change to new DLINK macros.
Jeremy.
Diffstat (limited to 'source3/nmbd/nmbd_packets.c')
-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 *);
}