mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r14236: Fix Coverity bug # 90
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
26d471c02c
commit
019dff53f9
@@ -1070,6 +1070,7 @@ smbc_open_ctx(SMBCCTX *context,
|
||||
if (!cli_resolve_path( "", &srv->cli, path, &targetcli, targetpath))
|
||||
{
|
||||
d_printf("Could not resolve %s\n", path);
|
||||
SAFE_FREE(file);
|
||||
return NULL;
|
||||
}
|
||||
/*d_printf(">>>open: resolved %s as %s\n", path, targetpath);*/
|
||||
|
||||
Reference in New Issue
Block a user