Skip to content
Snippets Groups Projects

Knsupdate with libedit

Merged Daniel Salzman requested to merge knsupdate-libedit into master
Viewing commit 9b716d8d
Show latest version
1 file
+ 6
0
Preferences
Compare changes
@@ -1017,6 +1017,8 @@ int cmd_gsstsig(const char* lp, _unused_ knsupdate_params_t *params)
{
DBG("%s: lp='%s'\n", __func__, lp);
ERR("gsstsig not supported\n");
return KNOT_ENOTSUP;
}
@@ -1024,6 +1026,8 @@ int cmd_oldgsstsig(const char* lp, _unused_ knsupdate_params_t *params)
{
DBG("%s: lp='%s'\n", __func__, lp);
ERR("oldgsstsig not supported\n");
return KNOT_ENOTSUP;
}
@@ -1031,5 +1035,7 @@ int cmd_realm(const char* lp, _unused_ knsupdate_params_t *params)
{
DBG("%s: lp='%s'\n", __func__, lp);
ERR("realm not supported\n");
return KNOT_ENOTSUP;
}