svn commit: samba r24578 - in branches: SAMBA_3_2/source/nsswitch SAMBA_3_2_0/source/nsswitch

gd at samba.org gd at samba.org
Mon Aug 20 12:29:07 GMT 2007


Author: gd
Date: 2007-08-20 12:29:07 +0000 (Mon, 20 Aug 2007)
New Revision: 24578

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

Log:
Fix build warning.

Guenther

Modified:
   branches/SAMBA_3_2/source/nsswitch/winbindd_cred_cache.c
   branches/SAMBA_3_2_0/source/nsswitch/winbindd_cred_cache.c


Changeset:
Modified: branches/SAMBA_3_2/source/nsswitch/winbindd_cred_cache.c
===================================================================
--- branches/SAMBA_3_2/source/nsswitch/winbindd_cred_cache.c	2007-08-20 11:51:01 UTC (rev 24577)
+++ branches/SAMBA_3_2/source/nsswitch/winbindd_cred_cache.c	2007-08-20 12:29:07 UTC (rev 24578)
@@ -427,7 +427,7 @@
 NTSTATUS remove_ccache(const char *username)
 {
 	struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username);
-	NTSTATUS status;
+	NTSTATUS status = NT_STATUS_OK;
 #ifdef HAVE_KRB5
 	krb5_error_code ret;
 #endif

Modified: branches/SAMBA_3_2_0/source/nsswitch/winbindd_cred_cache.c
===================================================================
--- branches/SAMBA_3_2_0/source/nsswitch/winbindd_cred_cache.c	2007-08-20 11:51:01 UTC (rev 24577)
+++ branches/SAMBA_3_2_0/source/nsswitch/winbindd_cred_cache.c	2007-08-20 12:29:07 UTC (rev 24578)
@@ -427,7 +427,7 @@
 NTSTATUS remove_ccache(const char *username)
 {
 	struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username);
-	NTSTATUS status;
+	NTSTATUS status = NT_STATUS_OK;
 #ifdef HAVE_KRB5
 	krb5_error_code ret;
 #endif



More information about the samba-cvs mailing list