summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/blacklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/blacklist.c')
-rw-r--r--crypto/openssh/blacklist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/blacklist.c b/crypto/openssh/blacklist.c
index 4c9d91d..b4f5d3e 100644
--- a/crypto/openssh/blacklist.c
+++ b/crypto/openssh/blacklist.c
@@ -46,8 +46,8 @@
#include "log.h"
#include "misc.h"
#include "servconf.h"
-#include "blacklist_client.h"
#include <blacklist.h>
+#include "blacklist_client.h"
static struct blacklist *blstate = NULL;
@@ -88,10 +88,10 @@ blacklist_init(void)
}
void
-blacklist_notify(int action)
+blacklist_notify(int action, const char *msg)
{
if (blstate != NULL && packet_connection_is_on_socket())
(void)blacklist_r(blstate, action,
- packet_get_connection_in(), "ssh");
+ packet_get_connection_in(), msg);
}
OpenPOWER on IntegriCloud