diff options
Diffstat (limited to 'cifs.upcall.c')
-rw-r--r-- | cifs.upcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index 922d644..52c0328 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -795,6 +795,7 @@ cifs_gss_get_req(const char *host, DATA_BLOB *mechtoken, DATA_BLOB *sess_key) char *service_name = malloc(service_name_len); if (!service_name) { syslog(LOG_DEBUG, "out of memory allocating service name"); + maj_stat = GSS_S_FAILURE; goto out; } |