1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r24497: Revert r24485 -- this needs more thought

This commit is contained in:
Volker Lendecke 2007-08-16 15:44:13 +00:00 committed by Gerald (Jerry) Carter
parent 95447dde86
commit 01f701ba1e

View File

@ -603,8 +603,8 @@ NTSTATUS unix_convert(connection_struct *conn,
done:
result = NT_STATUS_OK;
fail:
pstrcpy(orig_path, name);
fail:
SAFE_FREE(name);
SAFE_FREE(dirpath);
return result;