From 48a378f0674de0bdd3ee7d2147862179d55e4e56 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Fri, 24 Jul 1998 07:43:13 +0000 Subject: [PATCH 1/1] 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) --- source3/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 8296a90fa12..ceb9ae7633b 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -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 ) /* ------------------------------------------------------------------------ ** -- 2.34.1