substitute exclude -> filter, as appropriate.
[rsync/rsync-patches.git] / openssl-support.diff
index ffaa795..2127ad7 100644 (file)
@@ -82,7 +82,7 @@ can't say if I've left any cleanup/compatibility errors in the code.
 +extern int use_ssl;
 +#endif
  extern char *bind_address;
- extern struct exclude_list_struct server_exclude_list;
+ extern struct filter_list_struct server_filter_list;
  extern char *config_file;
 @@ -100,8 +103,18 @@ int start_socket_client(char *host, char
                exit_cleanup(RERR_SOCKETIO);