From 380b1b6997f5ad3bc5e9e5b1520e40440c0a138b Mon Sep 17 00:00:00 2001 From: Mohd Nawawi Mohamad Jamili Date: Thu, 13 Aug 2009 17:36:42 +0800 Subject: [PATCH] psd: fix revision mismatch --- extensions/xt_psd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/xt_psd.c b/extensions/xt_psd.c index 7dee714..ff79aa7 100644 --- a/extensions/xt_psd.c +++ b/extensions/xt_psd.c @@ -306,7 +306,7 @@ out_match: static struct xt_match xt_psd_reg __read_mostly = { .name = "psd", .family = AF_INET, - .revision = 9, + .revision = 1, .match = xt_psd_match, .matchsize = sizeof(struct xt_psd_info), .me = THIS_MODULE