commit | 8254dba236abdfdd81a04a5094e628f6655ea159 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Sun Jun 22 17:58:59 2014 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Sun Jun 22 17:58:59 2014 +0200 |
tree | 19c5e801fa7328d43d9d5f500f0950159406f0ed | |
parent | 834004ffcdc474f10d214570605770407cceb3a7 [diff] |
reflex changes in libnetconf-0.8
diff --git a/src/mod_netconf.c b/src/mod_netconf.c index 38ac63e..0e631aa 100644 --- a/src/mod_netconf.c +++ b/src/mod_netconf.c
@@ -159,7 +159,7 @@ return (hash); } -int netconf_callback_ssh_hostkey_check (const char* hostname, int keytype, const char* fingerprint) +int netconf_callback_ssh_hostkey_check (const char* hostname, LIBSSH2_SESSION *session) { /* always approve */ return (EXIT_SUCCESS);