Initialize the return value to fix a build warning.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@757 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
1657d0932f
Коммит
9196be1a42
@ -1253,7 +1253,7 @@ int channel_request_sftp( CHANNEL *channel){
|
||||
int channel_request_env(CHANNEL *channel, const char *name, const char *value) {
|
||||
BUFFER *buffer = NULL;
|
||||
STRING *str = NULL;
|
||||
int rc;
|
||||
int rc = SSH_ERROR;
|
||||
|
||||
buffer = buffer_new();
|
||||
if (buffer == NULL) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user