mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
socket: According to execle(2) environ shouldn't be const.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#include "libssh/session.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
extern const char **environ;
|
||||
extern char **environ;
|
||||
#endif
|
||||
/**
|
||||
* @internal
|
||||
|
Reference in New Issue
Block a user