1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r12119: r10812@cabra: derrell | 2005-12-07 22:44:26 -0500

sync to repository didn't work correctly...???
(This used to be commit 86ab4cf42b)
This commit is contained in:
Derrell Lipman 2005-12-08 03:44:40 +00:00 committed by Gerald (Jerry) Carter
parent e48ef5b9b1
commit 7bf8de2f02

View File

@ -2476,11 +2476,6 @@ static SMBCFILE *smbc_opendir_ctx(SMBCCTX *context, const char *fname)
SV_TYPE_DOMAIN_ENUM,
list_unique_wg_fn,
(void *)dir)) {
if (dir) {
SAFE_FREE(dir->fname);
SAFE_FREE(dir);
}
continue;
}
}