diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-01-01 02:31:32 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-01-01 02:31:32 +0000 |
commit | b5666e2874a80ce5739e837e4ddc54dc68df7631 (patch) | |
tree | 9330311ae1c0abcd55c189e993202c67b8392786 /source3/libads | |
parent | 6694109c04dbb97124f4ee73d1534219ed33f2ae (diff) | |
download | samba-b5666e2874a80ce5739e837e4ddc54dc68df7631.tar.gz samba-b5666e2874a80ce5739e837e4ddc54dc68df7631.tar.bz2 samba-b5666e2874a80ce5739e837e4ddc54dc68df7631.zip |
Fix up C99 comment.
// -> /* */
(This used to be commit a308abbab717df56b982adf1717da96603d2045f)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/krb5_setpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/krb5_setpw.c b/source3/libads/krb5_setpw.c index 3973b424f6..78d5997c01 100644 --- a/source3/libads/krb5_setpw.c +++ b/source3/libads/krb5_setpw.c @@ -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) { |