diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-25 13:44:26 +0000 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-25 13:44:26 +0000 |
| commit | 35221f967ef5e9801c2496a7f10ced1408f9cd20 (patch) | |
| tree | fea84b96f4de3b8fd67df8bf557efa89c42be050 /libssh/Makefile.in | |
| parent | 6c0503f6c68ba92638516257c9991bcfd660e41e (diff) | |
| download | libssh-35221f967ef5e9801c2496a7f10ced1408f9cd20.tar.gz libssh-35221f967ef5e9801c2496a7f10ced1408f9cd20.tar.xz libssh-35221f967ef5e9801c2496a7f10ced1408f9cd20.zip | |
fixed server segfaults on exit (double frees)
sftp_server_init()
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@15 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/Makefile.in')
| -rw-r--r-- | libssh/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/Makefile.in b/libssh/Makefile.in index 21591a6..ecd25a9 100644 --- a/libssh/Makefile.in +++ b/libssh/Makefile.in @@ -2,7 +2,7 @@ OBJECTS= client.o packet.o dh.o crypt.o connect.o error.o buffer.o \ string.o kex.o channels.o options.o keys.o auth.o base64.o \ keyfiles.o misc.o gzip.o wrapper.o sftp.o server.o crc32.o \ - session.o messages.o channels1.o auth1.o + session.o messages.o channels1.o auth1.o sftpserver.o SHELL = /bin/sh VPATH = @srcdir@ |
