From edca1f9d4828281eb69b606dafd92f75f66fc984 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 22 Aug 2013 15:39:08 +0200 Subject: s3-winbindd: remove pointless variable assigment, see the strdup below. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Michael Adam --- source3/winbindd/winbindd_ads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd/winbindd_ads.c') diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c index 1e45ad9e85..5e6bb92f14 100644 --- a/source3/winbindd/winbindd_ads.c +++ b/source3/winbindd/winbindd_ads.c @@ -101,7 +101,6 @@ static ADS_STATUS ads_cached_connection_connect(ADS_STRUCT **adsp, ads->auth.renewable = renewable; ads->auth.password = password; - ads->auth.realm = realm; ads->auth.realm = SMB_STRDUP(realm); if (!strupper_m(ads->auth.realm)) { -- cgit