aboutsummaryrefslogtreecommitdiff
path: root/libssh/buffer.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-06-12 20:40:43 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-06-12 20:40:43 +0000
commitda3d665a13e7989a9cf78d07738a92981f6e3486 (patch)
treed75038a70977204b74b610417379588436001c86 /libssh/buffer.c
parentfe51f9c7662b7391f80953bedc4fe61b89013913 (diff)
downloadlibssh-da3d665a13e7989a9cf78d07738a92981f6e3486.tar.gz
libssh-da3d665a13e7989a9cf78d07738a92981f6e3486.tar.xz
libssh-da3d665a13e7989a9cf78d07738a92981f6e3486.zip
begin fixing the ssh_say everywhere
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@167 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/buffer.c')
-rw-r--r--libssh/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/buffer.c b/libssh/buffer.c
index 04934f47..88cca409 100644
--- a/libssh/buffer.c
+++ b/libssh/buffer.c
@@ -227,7 +227,7 @@ STRING *buffer_get_ssh_string(BUFFER *buffer){
return NULL; /* it is indeed */
str=string_new(hostlen);
if(buffer_get_data(buffer,str->string,hostlen)!=hostlen){
- ssh_say(0,"buffer_get_ssh_string: oddish : second test failed when first was successful. len=%d",hostlen);
+ // should never happen
free(str);
return NULL;
}