aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 804effa3..452c774d 100644
--- a/options.c
+++ b/options.c
@@ -235,7 +235,7 @@ struct hostrec *queryctl;
break;
case 'N':
case LA_NOREWRITE:
- queryctl->rewrite = 0;
+ queryctl->norewrite = 1;
break;
case LA_YYDEBUG:
yydebug = 1;
@@ -318,7 +318,7 @@ struct hostrec *queryctl;
#else
queryctl->keep = 0;
#endif
- queryctl->rewrite = 1;
+ queryctl->norewrite = 0;
strcpy(queryctl->localname,pw->pw_name);
strcpy(queryctl->remotename,pw->pw_name);