diff svr-authpasswd.c @ 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 55b84e59aaad
children 7bd88d546627
line wrap: on
line diff
--- a/svr-authpasswd.c	Fri Feb 22 23:54:47 2013 +0800
+++ b/svr-authpasswd.c	Tue Feb 12 15:52:57 2013 +0000
@@ -29,6 +29,7 @@
 #include "buffer.h"
 #include "dbutil.h"
 #include "auth.h"
+#include "runopts.h"
 
 #ifdef ENABLE_SVR_PASSWORD_AUTH