summaryrefslogtreecommitdiffstats
path: root/libssh/Makefile.in
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-25 13:44:26 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-25 13:44:26 +0000
commit35221f967ef5e9801c2496a7f10ced1408f9cd20 (patch)
treefea84b96f4de3b8fd67df8bf557efa89c42be050 /libssh/Makefile.in
parent6c0503f6c68ba92638516257c9991bcfd660e41e (diff)
downloadlibssh-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.in2
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@