commit | 6088525f6538953657cf01869102309bec1cffab | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Wed Mar 26 15:45:47 2014 +0100 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Wed Mar 26 15:45:47 2014 +0100 |
tree | a6030c65a386e673611f12dd57aee2d987beda34 | |
parent | 73496bfbb67333f7ed2a16d74c3671ba76bd0c49 [diff] [blame] |
BUGFIX segfault with old libtrap with bug (unknown type of reply)
diff --git a/src/mod_netconf.c b/src/mod_netconf.c index 8c09895..042dd5b 100644 --- a/src/mod_netconf.c +++ b/src/mod_netconf.c
@@ -503,7 +503,7 @@ free(*data); (*data) = NULL; } - return create_error(nc_reply_get_errormsg(reply)); + return create_error("Unknown type of NETCONF reply."); } break; default: