diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-04-07 18:37:41 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-04-07 18:37:41 +0000 |
commit | 1e52650dbfb5fb8949b91a0378d0b40df79af272 (patch) | |
tree | 0d5219440e85ca0e48d3063be354c25c330e45e1 /libssh/channels.c | |
parent | 7c6f1be5eaa182c4a257f164bc6ca0f51b095749 (diff) | |
download | libssh-1e52650dbfb5fb8949b91a0378d0b40df79af272.tar.gz libssh-1e52650dbfb5fb8949b91a0378d0b40df79af272.tar.xz libssh-1e52650dbfb5fb8949b91a0378d0b40df79af272.zip |
Fix typo.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@417 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/channels.c')
-rw-r--r-- | libssh/channels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/channels.c b/libssh/channels.c index 1acf858..ccfe719 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -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; |