From d073c52600a052db2822b4f284a0b2c546ec1ea4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 15 Jul 2008 12:16:47 +0200 Subject: add comment in expect_create test file The test file requires nf_conntrack_ftp to work properly, otherwise it returns EINVAL. This patch adds a small comment to remember users to load the module before going ahead. Signed-off-by: Pablo Neira Ayuso --- utils/expect_create.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/expect_create.c b/utils/expect_create.c index 3890c26..b366d01 100644 --- a/utils/expect_create.c +++ b/utils/expect_create.c @@ -5,6 +5,11 @@ #include #include +/* + * WARNING: This test file creates an expectation for the FTP helper. + * Therefore, make sure you have load nf_conntrack_ftp before executing it. + */ + int main() { int ret; -- cgit v1.2.3