mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r24497: Revert r24485 -- this needs more thought
This commit is contained in:
parent
95447dde86
commit
01f701ba1e
@ -603,8 +603,8 @@ NTSTATUS unix_convert(connection_struct *conn,
|
|||||||
|
|
||||||
done:
|
done:
|
||||||
result = NT_STATUS_OK;
|
result = NT_STATUS_OK;
|
||||||
fail:
|
|
||||||
pstrcpy(orig_path, name);
|
pstrcpy(orig_path, name);
|
||||||
|
fail:
|
||||||
SAFE_FREE(name);
|
SAFE_FREE(name);
|
||||||
SAFE_FREE(dirpath);
|
SAFE_FREE(dirpath);
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user