mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r23878: Fix an error return, found by the IBM checker
(This used to be commit a369c67f66
)
This commit is contained in:
parent
3912eebdc9
commit
e84f8662e6
@ -515,6 +515,7 @@ NTSTATUS unix_convert(connection_struct *conn,
|
||||
if (tmp == NULL) {
|
||||
DEBUG(0, ("malloc failed\n"));
|
||||
result = NT_STATUS_NO_MEMORY;
|
||||
goto fail;
|
||||
}
|
||||
SAFE_FREE(name);
|
||||
name = tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user