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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user