mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
heimdal: Fix the O3 developer build
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4ae2266015
commit
81da2aa605
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user