From f31e7a3bec432be88aa4bb82c7f53baa32c6ac28 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 29 Aug 2005 14:53:44 +0000 Subject: 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 --- libssh/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh') 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; } -- cgit