From b903eb231a1db429dca2120e392d49284e284bd3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 14 Nov 2006 16:50:29 +0000 Subject: r19703: Don't free a string if you want to return it! (This used to be commit 3fed72ac3efd1fa7df8fb7d1e2cb9772d66bb4bd) --- source3/nsswitch/pam_winbind.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nsswitch/pam_winbind.c') diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c index 0729fda62b..1d9053ff3e 100644 --- a/source3/nsswitch/pam_winbind.c +++ b/source3/nsswitch/pam_winbind.c @@ -932,7 +932,6 @@ const char *get_conf_item_string(const pam_handle_t *pamh, _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; } -- cgit