mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
Fix typo.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@417 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -1111,7 +1111,7 @@ int channel_request_env(CHANNEL *channel, const char *name, const char *value) {
|
||||
goto error;
|
||||
}
|
||||
|
||||
string_free(string);
|
||||
string_free(str);
|
||||
str = string_from_char(value);
|
||||
if (str == NULL) {
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user