summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-06-09 12:35:06 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-06-09 08:29:35 -0400
commitfb02f9845f2d734d55973f27c2393148a9dd0838 (patch)
tree864f74d30bad7c8d086feb0e043435dac898fbb0 /src
parent54250550d11f8214d3b941e602cd2b553a56fcdd (diff)
downloadsssd-fb02f9845f2d734d55973f27c2393148a9dd0838.tar.gz
sssd-fb02f9845f2d734d55973f27c2393148a9dd0838.tar.xz
sssd-fb02f9845f2d734d55973f27c2393148a9dd0838.zip
Add a missing initializer
Diffstat (limited to 'src')
-rw-r--r--src/providers/krb5/krb5_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index fea1e5660..18b7a220a 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -421,7 +421,7 @@ static krb5_error_code validate_tgt(struct krb5_req *kr)
{
krb5_error_code kerr;
krb5_error_code kt_err;
- char *principal;
+ char *principal = NULL;
krb5_keytab keytab;
krb5_kt_cursor cursor;
krb5_keytab_entry entry;