summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-06-15 21:45:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:29 -0500
commit9e7377e81f61b2a3e4b8ff4cc5cd926e25ddacf3 (patch)
treeedcee842bfa8bfac565890b63918e42fedecbaa7 /source3/libsmb
parente030a9e9dcda36edee475aa9fd8772f9f74b3552 (diff)
downloadsamba-9e7377e81f61b2a3e4b8ff4cc5cd926e25ddacf3.tar.gz
samba-9e7377e81f61b2a3e4b8ff4cc5cd926e25ddacf3.tar.bz2
samba-9e7377e81f61b2a3e4b8ff4cc5cd926e25ddacf3.zip
r16269: Fix the build.
Guenther (This used to be commit 546710d58c07acdaa175caa48cec4d3f2bc657ad)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/clikrb5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c
index f1815b3e8f..abb3843bac 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/libsmb/clikrb5.c
@@ -1311,7 +1311,7 @@ done:
return ret;
}
-void smb_krb5_free_error(krb5_context context, krb5_error *krberror)
+ void smb_krb5_free_error(krb5_context context, krb5_error *krberror)
{
#ifdef HAVE_KRB5_FREE_ERROR_CONTENTS /* Heimdal */
krb5_free_error_contents(context, krberror);
@@ -1320,8 +1320,8 @@ void smb_krb5_free_error(krb5_context context, krb5_error *krberror)
#endif
}
-krb5_error_code handle_krberror_packet(krb5_context context,
- krb5_data *packet)
+ krb5_error_code handle_krberror_packet(krb5_context context,
+ krb5_data *packet)
{
krb5_error_code ret;
BOOL got_error_code = False;