1
0
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:
Volker Lendecke
2006-03-12 11:00:06 +00:00
committed by Gerald (Jerry) Carter
parent 26d471c02c
commit 019dff53f9

View File

@@ -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);*/