diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-12 15:52:57 +0000 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-12 15:52:57 +0000 |
commit | 1205fa68dfcd5da94d562df885b9808273e8b909 (patch) | |
tree | b753bf05c11bd5561806acc8e6262996a1be5519 /runopts.h | |
parent | f5be0fb218a6dd1153678dd99e4ecbff306b8165 (diff) |
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 <paul.eggleton@linux.intel.com>
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ typedef struct svr_runopts { int noauthpass; int norootpass; + int allowblankpass; #ifdef ENABLE_SVR_REMOTETCPFWD int noremotetcp; |