commit | 44e71db516dfe808d2e1fded51ca167c4059040c | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Sun Apr 21 15:50:47 2013 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Sun Apr 21 15:50:47 2013 +0200 |
tree | 2148892b8491ac5b98449d5da87bb83443053c76 | |
parent | 654f84e935eaa4204809bd74c735538a00d18120 [diff] [blame] |
mod_netconf: set with-defaults to report-all
diff --git a/src/mod_netconf.c b/src/mod_netconf.c index 34eb93e..200014a 100644 --- a/src/mod_netconf.c +++ b/src/mod_netconf.c
@@ -1490,6 +1490,8 @@ /* disable publickey authentication */ nc_ssh_pref(NC_SSH_AUTH_PUBLIC_KEYS, -1); + ncdflt_set_basic_mode(NCWD_MODE_ALL); + /* create mutex protecting session list */ pthread_rwlockattr_init(&lock_attrs); /* rwlock is shared only with threads in this process */