Removed stdout printing of useless messages from maxkeys and maxpasswd.

This commit is contained in:
Markus Makela
2015-05-06 20:34:02 +03:00
parent dcd0098823
commit bb074d8f94
4 changed files with 29 additions and 26 deletions

View File

@ -8,11 +8,13 @@
void init_test_env(char *path)
{
int argc = 3;
int argc = 5;
char* argv[] =
{
"log_manager",
"-l",
"LOGFILE_ERROR",
"-j",
path? path:TEST_LOG_DIR,
NULL