1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix up C99 comment.

// -> /* */
This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 4d90cc1d99
commit a308abbab7

View File

@ -319,7 +319,7 @@ ADS_STATUS krb5_set_password(const char *kdc_host, const char *princ, const char
return ADS_ERROR_KRB5(ret);
}
//we might have to call krb5_free_creds(...) from now on ...
/* we might have to call krb5_free_creds(...) from now on ... */
ret = krb5_mk_req_extended(context, &auth_context, AP_OPTS_USE_SUBKEY,
NULL, credsp, &ap_req);
if (ret) {