summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/clikrb5.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-07-11 11:45:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:56 -0500
commitf17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02 (patch)
tree36301cb82776689de0f66f9c414bb748b3ca6bf8 /source4/libcli/auth/clikrb5.c
parentbd38d43214ebe71715776f1c0c1b9edf6e1b28ef (diff)
downloadsamba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.gz
samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.tar.bz2
samba-f17eb8f2a9d0234b0d31f7ded76b8ef9ab945f02.zip
r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h
Andrew Bartlett (This used to be commit 159c234589e8e148180217f9ef4853b3031877db)
Diffstat (limited to 'source4/libcli/auth/clikrb5.c')
-rw-r--r--source4/libcli/auth/clikrb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/clikrb5.c b/source4/libcli/auth/clikrb5.c
index 17824ceefe..c4bab57996 100644
--- a/source4/libcli/auth/clikrb5.c
+++ b/source4/libcli/auth/clikrb5.c
@@ -150,8 +150,8 @@
}
#endif
-void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
- DATA_BLOB *auth_data, krb5_ticket *tkt)
+ void get_auth_data_from_tkt(TALLOC_CTX *mem_ctx,
+ DATA_BLOB *auth_data, krb5_ticket *tkt)
{
#if defined(HAVE_KRB5_TKT_ENC_PART2)
if (tkt->enc_part2)