On 16-05-23 06:39 PM, Daniel Borkmann wrote:
m_simple.c: In function ‘parse_simple’:
m_simple.c:154:6: warning: too many arguments for format
[-Wformat-extra-args]
*argv);
^
m_simple.c:103:14: warning: unused variable ‘maybe_bind’
[-Wunused-variable]
int ok = 0, maybe_bind = 0;
On 05/08/2016 05:02 PM, Jamal Hadi Salim wrote:
From: Jamal Hadi Salim
Brings it closer to more serious actions (adding branching
and allowing for late binding)
Unfortunately this breaks old syntax of the simple action.
But because simple is a pedagogical example unlikely to be used
in product
From: Jamal Hadi Salim
Brings it closer to more serious actions (adding branching
and allowing for late binding)
Unfortunately this breaks old syntax of the simple action.
But because simple is a pedagogical example unlikely to be used
in production environments (i.e its role is to serve as an e