1
0
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:
Volker Lendecke 2007-07-15 09:40:00 +00:00 committed by Gerald (Jerry) Carter
parent 3912eebdc9
commit e84f8662e6

View File

@ -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;