1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

Changed the definition of the linked list header used in the directory

cache so that it uses the new ubi_dlNewList() macro in ubi_dLinkList.h.
This commit is contained in:
Christopher R. Hertel -
parent 3c133778f1
commit 16f0ad0c91

View File

@ -638,7 +638,7 @@ typedef struct
int snum;
} dir_cache_entry;
static ubi_dlList dir_cache[1] = { { NULL, NULL, 0 } };
static ubi_dlNewList( dir_cache );
void DirCacheAdd( char *path, char *name, char *dname, int snum )
/* ------------------------------------------------------------------------ **