From 7383b1464bb8b7562deddb35a66885274fb0fe40 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 26 Jan 2002 18:20:11 +0000 Subject: [PATCH] updates. --- TODO | 2 ++ lib/silccore/silcpacket.c | 3 ++- lib/silcsftp/Makefile.am | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 86912a78..66182444 100644 --- 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). diff --git a/lib/silccore/silcpacket.c b/lib/silccore/silcpacket.c index 19068286..76c36ff8 100644 --- a/lib/silccore/silcpacket.c +++ b/lib/silccore/silcpacket.c @@ -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; diff --git a/lib/silcsftp/Makefile.am b/lib/silcsftp/Makefile.am index e05612ea..d4f3ffc3 100644 --- a/lib/silcsftp/Makefile.am +++ b/lib/silcsftp/Makefile.am @@ -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 -- 2.24.0