summaryrefslogtreecommitdiffstats
path: root/src/util/sss_krb5.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-09-01 16:57:14 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-14 15:52:45 +0200
commit9a847b5d7dfea403d838274950402cccc36659d0 (patch)
tree7b5a1435db71a711512f6a91c65ed3f7ec900618 /src/util/sss_krb5.c
parent560b624b34895df55bf489a1d53380c6c8c82e03 (diff)
downloadsssd-9a847b5d7dfea403d838274950402cccc36659d0.tar.gz
sssd-9a847b5d7dfea403d838274950402cccc36659d0.tar.xz
sssd-9a847b5d7dfea403d838274950402cccc36659d0.zip
utils: make sss_krb5_get_primary() private
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/util/sss_krb5.c')
-rw-r--r--src/util/sss_krb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sss_krb5.c b/src/util/sss_krb5.c
index 2e128db3c..e29c753e1 100644
--- a/src/util/sss_krb5.c
+++ b/src/util/sss_krb5.c
@@ -27,7 +27,7 @@
#include "util/util.h"
#include "util/sss_krb5.h"
-char *
+static char *
sss_krb5_get_primary(TALLOC_CTX *mem_ctx,
const char *pattern,
const char *hostname)