1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

Fix #ifdef'ed erroneous debug code in buffer.c

This commit is contained in:
Aris Adamantiadis
2010-09-08 16:29:22 +02:00
parent f45dc29eb2
commit 899db7cf22

View File

@@ -49,7 +49,7 @@
*
* @param[in] buf The buffer to check.
*/
static void buffer_verify(struct buffer_struct *buf){
static void buffer_verify(ssh_buffer buf){
int doabort=0;
if(buf->data == NULL)
return;