mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +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 16f0ad0c913e2d5b0198409485c56ad4809ca077)
This commit is contained in:
parent
5a9f14bca9
commit
48a378f067
@ -638,7 +638,7 @@ typedef struct
|
|||||||
int snum;
|
int snum;
|
||||||
} dir_cache_entry;
|
} 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 )
|
void DirCacheAdd( char *path, char *name, char *dname, int snum )
|
||||||
/* ------------------------------------------------------------------------ **
|
/* ------------------------------------------------------------------------ **
|
||||||
|
Loading…
x
Reference in New Issue
Block a user