[PATCH] don't return a buffer if we were not able to decrypt it \!

Matthieu Patou mat at matws.net
Fri Jan 22 15:43:24 MST 2010


---
 epan/dissectors/packet-dcerpc-netlogon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/epan/dissectors/packet-dcerpc-netlogon.c b/epan/dissectors/packet-dcerpc-netlogon.c
index d01ceed..346b189 100644
--- a/epan/dissectors/packet-dcerpc-netlogon.c
+++ b/epan/dissectors/packet-dcerpc-netlogon.c
@@ -7912,7 +7912,6 @@ dissect_packet_data(tvbuff_t *tvb ,tvbuff_t *auth_tvb _U_,
   }
   else {
     debugprintf("Vars not found  %d (packet_data)\n",g_hash_table_size(netlogon_auths));
-    return(buf);
   }
 
   return(buf);
-- 
1.6.3.3


--------------030804070800050504040304--


More information about the samba-technical mailing list