Skip to content

Commit

Permalink
server config BUGFIX missing format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed May 3, 2024
1 parent 0b7e698 commit 19f8481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_config_util_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ nc_server_config_ch_del_ssh_user_authkey(const char *client_name, const char *en

return nc_server_config_delete(config, "/ietf-netconf-server:netconf-server/call-home/netconf-client[name='%s']/endpoints/"
"endpoint[name='%s']/ssh/ssh-server-parameters/client-authentication/users/user[name='%s']/"
"public-keys/libnetconf2-netconf-server:use-system-keys", endpt_name, user_name);
"public-keys/libnetconf2-netconf-server:use-system-keys", client_name, endpt_name, user_name);
}

static int
Expand Down

0 comments on commit 19f8481

Please sign in to comment.