1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +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 used to be commit 16f0ad0c91)
This commit is contained in:
Christopher R. Hertel 1998-07-24 07:43:13 +00:00
parent 5a9f14bca9
commit 48a378f067

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 )
/* ------------------------------------------------------------------------ **