svn commit: samba r19482 - in branches/SAMBA_4_0/source/libnet: .

metze at samba.org metze at samba.org
Tue Oct 24 17:00:52 GMT 2006


Author: metze
Date: 2006-10-24 17:00:52 +0000 (Tue, 24 Oct 2006)
New Revision: 19482

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19482

Log:
remove pointless cast

metze
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_lookup.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_lookup.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_lookup.c	2006-10-24 16:16:31 UTC (rev 19481)
+++ branches/SAMBA_4_0/source/libnet/libnet_lookup.c	2006-10-24 17:00:52 UTC (rev 19482)
@@ -89,7 +89,7 @@
 	if (io->in.methods) {
 		methods = io->in.methods;
 	} else {
-		methods = (const char**)ctx->name_res_methods;
+		methods = ctx->name_res_methods;
 	}
 
 	c->private_data	= s;



More information about the samba-cvs mailing list