From 5165be98a850bad1c2371f8ae8fa1e4cc8b76a15 Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 19 Apr 2006 16:30:08 +0000 Subject: Add indication on regexp filtering when classes are used call BindingCallback --- src/ivy.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 07e262e..6414f72 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -400,6 +400,10 @@ static void Receive( Client client, void *data, char *line ) #ifdef DEBUG printf("Warning: regexp '%s' illegal, removing from %s\n",arg,ApplicationName); #endif //DEBUG + if ( application_bind_callback ) + { + (*application_bind_callback)( clnt, application_bind_data, id, snd->str_regexp, IvyFilterBind ); + } return; } #ifndef USE_PCRE_REGEX -- cgit v1.1