[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Feb 10 18:21:27 MST 2010


The branch, master has been updated
       via  0f0229c... Fix unused variable warning after change to new DLINK macros.
      from  ed0e0a2... Fix bad use when freeing linked list. Todd Stecher (Original author) please check !

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0f0229c45473dd58d633fe6a98865db9aeff1e0e
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Feb 10 17:20:21 2010 -0800

    Fix unused variable warning after change to new DLINK macros.
    
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/nmbd/nmbd_packets.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c
index 7a6250c..8e46efe 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 *);
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list