aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-29 14:53:44 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-29 14:53:44 +0000
commitf31e7a3bec432be88aa4bb82c7f53baa32c6ac28 (patch)
tree0123e8e4cecf7f20a7cbe5ff06c94d35b3fd81c2 /libssh/server.c
parentbcb6bf25fa132421672d0782b9bfdb82fd2c6600 (diff)
downloadlibssh-f31e7a3bec432be88aa4bb82c7f53baa32c6ac28.tar.gz
libssh-f31e7a3bec432be88aa4bb82c7f53baa32c6ac28.tar.xz
libssh-f31e7a3bec432be88aa4bb82c7f53baa32c6ac28.zip
removed obsolete debugging info, split main.c in 3, and now mercurius links with a statical libssh
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@26 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 066760f..31bae3b 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -186,7 +186,7 @@ int server_set_kex(SSH_SESSION * session) {
if (!(wanted = options->wanted_methods[i]))
wanted = supported_methods[i];
server->methods[i] = strdup(wanted);
- printf("server->methods[%d]=%s\n",i,wanted);
+ //printf("server->methods[%d]=%s\n",i,wanted);
}
return 0;
}