summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-06-10 19:12:46 +0000
committerThomas Osterried <thomas@osterried.de>2006-06-10 19:12:46 +0000
commitfd05376e8ec541f1b5007ed5fcb19929e40b73c0 (patch)
treea57c60fef6cd0baeadae5c69bbca835470add8dc /ax25
parent131e80ec6a0fbe54d1144d30f5fcf4ae5e7d6035 (diff)
fix: user_changed preinitialization was wrong
Diffstat (limited to 'ax25')
-rw-r--r--ax25/axspawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25/axspawn.c b/ax25/axspawn.c
index 33189aa..bb2dc7a 100644
--- a/ax25/axspawn.c
+++ b/ax25/axspawn.c
@@ -1,6 +1,6 @@
/*
*
- * $Id: axspawn.c,v 1.7 2006/06/10 12:07:01 dl9sau Exp $
+ * $Id: axspawn.c,v 1.8 2006/06/10 19:12:46 dl9sau Exp $
*
* axspawn.c - run a program from ax25d.
*
@@ -1296,7 +1296,7 @@ int main(int argc, char **argv)
char is_guest = 0;
char wait_for_tcp = 0;
char changeuser = 0;
- char user_changed = 1;
+ char user_changed = 0;
char rootlogin = 0;
int pwtype = 0;
int pwtype_orig = 0;