Updated the exclude-list code to handle the new linked-list
authorWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 23:33:34 +0000 (23:33 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 23:33:34 +0000 (23:33 +0000)
structure format.

clientserver.c

index 6c2e6d9..dbc80e8 100644 (file)
@@ -47,7 +47,7 @@ extern int orig_umask;
 extern int no_detach;
 extern int default_af_hint;
 extern char *bind_address;
-extern struct exclude_struct **server_exclude_list;
+extern struct exclude_list_struct server_exclude_list;
 extern char *exclude_path_prefix;
 extern char *config_file;