1
1

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
Этот коммит содержится в:
Andreas Schneider 2009-05-11 11:12:46 +00:00
родитель 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) {