mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09: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;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
string_free(string);
|
string_free(str);
|
||||||
str = string_from_char(value);
|
str = string_from_char(value);
|
||||||
if (str == NULL) {
|
if (str == NULL) {
|
||||||
goto error;
|
goto error;
|
||||||
|
|||||||
Reference in New Issue
Block a user