diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-06-19 22:46:41 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-06-19 22:46:41 +0200 |
commit | 77cd4795c56550f32a4146389799892ffe2986b0 (patch) | |
tree | eafd6705e173a6eb5eada32a57637be251002800 | |
parent | dc83f36a001737072d173f57690e739aa65683b1 (diff) | |
download | libssh-77cd4795c56550f32a4146389799892ffe2986b0.tar.gz libssh-77cd4795c56550f32a4146389799892ffe2986b0.tar.xz libssh-77cd4795c56550f32a4146389799892ffe2986b0.zip |
Remove unneeded printf.
-rw-r--r-- | sample.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -500,7 +500,6 @@ int main(int argc, char **argv){ ssh_userauth_none(session, NULL); auth = ssh_auth_list(session); - printf("auth: 0x%04x\n", auth); printf("supported auth methods: "); if (auth & SSH_AUTH_METHOD_PUBLICKEY) { printf("publickey"); |