summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-05-06 16:19:12 +0200
committerJeremy Allison <jra@samba.org>2015-05-07 20:20:19 +0200
commit81da2aa6056f47558534c247c6a1503e3d2576ac (patch)
tree09c3c184ab8e34794cf191277c6eccf81dc3edd5 /source4
parent4ae2266015e06dee5cd262d87b4895a73396b6b7 (diff)
downloadsamba-81da2aa6056f47558534c247c6a1503e3d2576ac.tar.gz
heimdal: Fix the O3 developer build
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal/lib/krb5/fcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/fcache.c b/source4/heimdal/lib/krb5/fcache.c
index a9e8327328c..cb720c0455f 100644
--- a/source4/heimdal/lib/krb5/fcache.c
+++ b/source4/heimdal/lib/krb5/fcache.c
@@ -1051,7 +1051,7 @@ fcc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime)
{
krb5_error_code ret;
struct stat sb;
- int fd;
+ int fd = 0;
ret = fcc_open(context, id, &fd, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
if(ret)