svn commit: samba r19704 - in branches/SAMBA_3_0_24/source/nsswitch: .

jra at samba.org jra at samba.org
Tue Nov 14 17:09:34 GMT 2006


Author: jra
Date: 2006-11-14 17:09:34 +0000 (Tue, 14 Nov 2006)
New Revision: 19704

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

Log:
Janitor for simo. Don't free a string if you want to return it!

Modified:
   branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.c	2006-11-14 16:50:29 UTC (rev 19703)
+++ branches/SAMBA_3_0_24/source/nsswitch/pam_winbind.c	2006-11-14 17:09:34 UTC (rev 19704)
@@ -932,7 +932,6 @@
 				_pam_log(pamh, ctrl, LOG_INFO, "no \"=\" delimiter for \"%s\" found\n", item);
 				goto out;
 			}
-			SAFE_FREE(parm);
 			_pam_log_debug(pamh, ctrl, LOG_INFO, "PAM config: %s '%s'\n", item, p+1);
 			return p + 1;
 		}



More information about the samba-cvs mailing list