diff options
-rw-r--r-- | source3/winbindd/winbindd_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c index 5e6bb92f14..924bc83525 100644 --- a/source3/winbindd/winbindd_ads.c +++ b/source3/winbindd/winbindd_ads.c @@ -220,7 +220,7 @@ static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) domain->name, NULL, password, realm, WINBINDD_PAM_AUTH_KRB5_RENEW_TIME); - + SAFE_FREE(realm); if (!ADS_ERR_OK(status)) { /* if we get ECONNREFUSED then it might be a NT4 |