svn commit: lorikeet r39 - in trunk/ethereal/plugins/pidl: .

tpot at samba.org tpot at samba.org
Thu Sep 2 11:42:20 GMT 2004


Author: tpot
Date: 2004-09-02 11:42:20 +0000 (Thu, 02 Sep 2004)
New Revision: 39

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/ethereal/plugins/pidl&rev=39&nolog=1

Log:
Remove some debugging stuff.

Modified:
   trunk/ethereal/plugins/pidl/eparser.c


Changeset:
Modified: trunk/ethereal/plugins/pidl/eparser.c
===================================================================
--- trunk/ethereal/plugins/pidl/eparser.c	2004-09-02 06:43:42 UTC (rev 38)
+++ trunk/ethereal/plugins/pidl/eparser.c	2004-09-02 11:42:20 UTC (rev 39)
@@ -149,10 +149,6 @@
 		ndr_pull_uint32(ndr, tree, hf_string4_offset, &ofs);
 		ndr_pull_uint32(ndr, tree, hf_string4_len2, &len2);
 
-		g_warning("%d: len = %d", ndr->pinfo->fd->num, len1);
-		g_warning("%d: offset = %d", ndr->pinfo->fd->num, ofs);
-		g_warning("%d: len2 = %d", ndr->pinfo->fd->num, len2);
-
 		ndr->offset += len2;
 		break;
 
@@ -228,13 +224,7 @@
 			  ndr->pinfo->fd->num, 
 			  ndr->flags & LIBNDR_STRING_FLAGS);
 
-#if 0
-
-		return ndr_pull_error(ndr, NDR_ERR_STRING, "Bad string flags 0x%x\n",
-				      ndr->flags & LIBNDR_STRING_FLAGS);
-
-#endif
-
+		break;
 	}	
 }
 



More information about the samba-cvs mailing list