From 4337c8f856340f398695811ddaa5c6f8d005379f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 27 Jan 2004 23:13:12 +0000 Subject: [PATCH] Added "am_generator". --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 00a22fc4..082d4f7d 100644 --- a/options.c +++ b/options.c @@ -66,6 +66,7 @@ int read_only = 0; int module_id = -1; int am_server = 0; int am_sender = 0; +int am_generator = 0; char *files_from = NULL; int filesfrom_fd = -1; char *remote_filesfrom_file = NULL; -- 2.34.1