svn commit: samba r26392 - in branches/SAMBA_4_0/source/lib/cmdline: .

metze at samba.org metze at samba.org
Tue Dec 11 09:14:40 GMT 2007


Author: metze
Date: 2007-12-11 09:14:39 +0000 (Tue, 11 Dec 2007)
New Revision: 26392

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

Log:
cmdline: remove unused var

metze
Modified:
   branches/SAMBA_4_0/source/lib/cmdline/popt_credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_credentials.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_credentials.c	2007-12-11 09:01:56 UTC (rev 26391)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_credentials.c	2007-12-11 09:14:39 UTC (rev 26392)
@@ -54,8 +54,6 @@
 						const struct poptOption *opt,
 						const char *arg, const void *data)
 {
-	struct cli_credentials *creds = data;
-
 	if (reason == POPT_CALLBACK_REASON_PRE) {
 		cmdline_credentials = cli_credentials_init(talloc_autofree_context());
 		return;



More information about the samba-cvs mailing list