diff runopts.h @ 692:c58a15983808

Allow configuring "allow blank password option" at runtime Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <[email protected]>
author Paul Eggleton <paul.eggleton@linux.intel.com>
date Tue, 12 Feb 2013 15:52:57 +0000
parents 4edea9f363d0
children 7fc0aeada79c 7f604f9b3756
line wrap: on
line diff
--- a/runopts.h	Fri Feb 22 23:54:47 2013 +0800
+++ b/runopts.h	Tue Feb 12 15:52:57 2013 +0000
@@ -89,6 +89,7 @@
 
 	int noauthpass;
 	int norootpass;
+	int allowblankpass;
 
 #ifdef ENABLE_SVR_REMOTETCPFWD
 	int noremotetcp;