This:

    Exec  if $raw_event =~ /^#/ drop()


Fails with:

    function 'drop()' does not exist or takes different arguments


While this:
    Exec  if $raw_event =~ /^#/ drop();

Works.



Affects at least versions 2.8 and 2.7 (Linux)

Cheers,
Cameron

-- 
Cameron Kerr <cameron.kerr...@gmail.com>
See my blog at http://distracted-it.blogspot.co.nz/  (previously
http://humbledown.org/)
Skype me on cameron.kerr.nz
------------------------------------------------------------------------------
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to