mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
Make the max file line length configurable
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Change-Id: I0bc70f4459a6eaa6f4c87887a5ee7822faf22443
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
#include "libssh/server.h"
|
||||
#include "libssh/options.h"
|
||||
|
||||
#ifndef MAX_LINE_SIZE
|
||||
#define MAX_LINE_SIZE 1024
|
||||
#endif
|
||||
|
||||
/* Flags used for the parser state */
|
||||
#define PARSING 1
|
||||
|
||||
Reference in New Issue
Block a user