s3:libsmb: fix make proto after krb5 fixes
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Mar 2010 11:16:21 +0000 (12:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Mar 2010 11:16:21 +0000 (12:16 +0100)
metze

source/libsmb/clikrb5.c

index 435246375b8d05160fc34a98520ba7d963d824a1..15b01bfade5297e7769fe7f3cc3610d006f635d0 100644 (file)
@@ -1831,7 +1831,7 @@ static krb5_error_code ads_krb5_get_fwd_ticket( krb5_context context,
 /* MIT krb5 1.7beta3 (in Ubuntu Karmic) is missing the prototype,
    but still has the symbol */
 #if !HAVE_DECL_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
-krb5_error_code krb5_auth_con_set_req_cksumtype(
+ krb5_error_code krb5_auth_con_set_req_cksumtype(
        krb5_context     context,
        krb5_auth_context      auth_context,
        krb5_cksumtype     cksumtype);