1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-17 15:33:16 +03:00

r25109: Remove obsolete argument from ads_guess_service_principal().

Guenther
(This used to be commit 2dea9464bb)
This commit is contained in:
Günther Deschner
2007-09-11 23:35:17 +00:00
committed by Gerald (Jerry) Carter
parent dc58b03517
commit 1ef2464451
2 changed files with 2 additions and 4 deletions

View File

@@ -667,8 +667,7 @@ static ADS_STATUS ads_generate_service_principal(ADS_STRUCT *ads,
if (!given_principal ||
strequal(given_principal, ADS_IGNORE_PRINCIPAL)) {
status = ads_guess_service_principal(ads, given_principal,
&p->string);
status = ads_guess_service_principal(ads, &p->string);
if (!ADS_ERR_OK(status)) {
return status;
}
@@ -1103,7 +1102,7 @@ static ADS_STATUS ads_sasl_gssapi_bind(ADS_STRUCT *ads)
return status;
}
#endif /* HAVE_GGSAPI */
#endif /* HAVE_GSSAPI */
/* mapping between SASL mechanisms and functions */
static struct {