svn commit: samba r15618 - in branches/SAMBA_4_0/source/gtk/common: .

metze at samba.org metze at samba.org
Mon May 15 12:50:48 GMT 2006


Author: metze
Date: 2006-05-15 12:50:47 +0000 (Mon, 15 May 2006)
New Revision: 15618

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

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/gtk/common/credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/common/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/common/credentials.c	2006-05-15 12:33:22 UTC (rev 15617)
+++ branches/SAMBA_4_0/source/gtk/common/credentials.c	2006-05-15 12:50:47 UTC (rev 15618)
@@ -34,7 +34,7 @@
 	GtkWidget *cancelbutton1;
 	GtkWidget *okbutton1;
 	GtkWidget *anonymous;
-	char *username;
+	const char *username;
 
 	dialog = gtk_dialog_new ();
 	gtk_window_set_title (GTK_WINDOW (dialog), "Credentials");



More information about the samba-cvs mailing list