aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xt_FULLCONENAT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt_FULLCONENAT.c b/xt_FULLCONENAT.c
index 2175817..cf34cc2 100644
--- a/xt_FULLCONENAT.c
+++ b/xt_FULLCONENAT.c
@@ -279,7 +279,7 @@ static int ct_event_cb(unsigned int events, struct nf_ct_event *item) {
if (!spin_trylock(&fullconenat_lock)) {
pr_debug("xt_FULLCONENAT: ct_event_cb(): [==================================WARNING================================] spin lock busy, handler skipped.\n");
- return -EBUSY;
+ return -EAGAIN;
}
/* we dont know the conntrack direction for now so we try in both ways. */