updates.
[silc.git] / apps / silcd / server.h
index 13b0dff267259065a0d7308b303a573927d9c707..9b3f64ac514a923c97e02842a7df4e9d5a3d2064 100644 (file)
@@ -68,11 +68,12 @@ typedef struct {
 /* This macro is used to send notify messages with formatted string. The
    string is formatted with arguments and the formatted string is sent as
    argument. */
-#define SILC_SERVER_SEND_NOTIFY(server, sock, type, fmt)                   \
-do {                                                                       \
-  char *__fmt__ = silc_format fmt;                                         \
-  silc_server_send_notify(server, sock, type, 1, __fmt__, strlen(__fmt__)); \
-  silc_free(__fmt__);                                                      \
+#define SILC_SERVER_SEND_NOTIFY(server, sock, type, fmt)       \
+do {                                                           \
+  char *__fmt__ = silc_format fmt;                             \
+  silc_server_send_notify(server, sock, FALSE,                         \
+                         type, 1, __fmt__, strlen(__fmt__));   \
+  silc_free(__fmt__);                                          \
 } while(0);
 
 /* Prototypes */