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 | a308abbab717df56b982adf1717da96603d2045f (patch) | |
tree | e2da5250d4b2457b4c26cf19cfce9b60d7176375 | |
parent | 4d90cc1d991f3894b9f39b2a75078148834701bb (diff) | |
download | samba-a308abbab717df56b982adf1717da96603d2045f.tar.gz samba-a308abbab717df56b982adf1717da96603d2045f.tar.xz samba-a308abbab717df56b982adf1717da96603d2045f.zip |
Fix up C99 comment.
// -> /* */
-rw-r--r-- | source/libads/krb5_setpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/krb5_setpw.c b/source/libads/krb5_setpw.c index 3973b424f61..78d5997c012 100644 --- a/source/libads/krb5_setpw.c +++ b/source/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) { |