mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Remove unneeded printf.
This commit is contained in:
1
sample.c
1
sample.c
@@ -500,7 +500,6 @@ int main(int argc, char **argv){
|
|||||||
ssh_userauth_none(session, NULL);
|
ssh_userauth_none(session, NULL);
|
||||||
|
|
||||||
auth = ssh_auth_list(session);
|
auth = ssh_auth_list(session);
|
||||||
printf("auth: 0x%04x\n", auth);
|
|
||||||
printf("supported auth methods: ");
|
printf("supported auth methods: ");
|
||||||
if (auth & SSH_AUTH_METHOD_PUBLICKEY) {
|
if (auth & SSH_AUTH_METHOD_PUBLICKEY) {
|
||||||
printf("publickey");
|
printf("publickey");
|
||||||
|
|||||||
Reference in New Issue
Block a user