1
1

priv.h: Fix “MAX_PACKAT_LEN” typo in #ifndef guard

The preprocessor guard was previously effectively inoperative;
it used to read “MAX_PACKAT_LEN” (note the ‘A’!), now is ‘E’.

Signed-off-by: Paul Capron <paul@fragara.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
Paul Capron 2020-09-25 11:04:00 +02:00 коммит произвёл Jakub Jelen
родитель cc953ff7e4
Коммит cbd48c497f

Просмотреть файл

@ -167,7 +167,7 @@ int gettimeofday(struct timeval *__p, void *__t);
#include "libssh/callbacks.h"
/* some constants */
#ifndef MAX_PACKAT_LEN
#ifndef MAX_PACKET_LEN
#define MAX_PACKET_LEN 262144
#endif
#ifndef ERROR_BUFFERLEN