updates.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 26 Jan 2002 18:20:11 +0000 (18:20 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 26 Jan 2002 18:20:11 +0000 (18:20 +0000)
TODO
lib/silccore/silcpacket.c
lib/silcsftp/Makefile.am

diff --git a/TODO b/TODO
index 86912a7815949a08541bdaf0d82fb46c1f28ea1c..66182444f7510874d7294184b149d794da2fda67 100644 (file)
--- a/TODO
+++ b/TODO
@@ -48,6 +48,8 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o Make the normal server save user counts with LIST command reply.
+
  o The router should check for validity of received notify packets from
    servers (after all buggy servers may send notify that is actually
    something that should have not been sent).
index 190682868381958e12b1e795c889226101e94b14..76c36ff886c23bf95448b85eda1dc6d9d8de568d 100644 (file)
@@ -56,7 +56,8 @@ int silc_packet_send(SilcSocketConnection sock, bool force_send)
     ret = silc_socket_write(sock);
 
     if (ret == -1) {
-      SILC_LOG_ERROR(("Error sending packet, dropped"));
+      SILC_LOG_ERROR(("Error sending packet, dropped: %s", 
+                      strerror(errno)));
     }
     if (ret != -2)
       return ret;
index e05612ea9b76321543b928f45f12dfd081cc2bdc..d4f3ffc36e2a1c1fda0d1b732e102a98ee3badfc 100644 (file)
@@ -28,7 +28,8 @@ libsilcsftp_a_SOURCES =       \
 
 if SILC_DIST_TOOLKIT
 include_HEADERS =      \
-       silcsftp.h
+       silcsftp.h      \
+       silcsftp_fs.h
 endif
 
 EXTRA_DIST = *.h tests