X-Git-Url: http://git.onelab.eu/?p=fprobe-ulog.git;a=blobdiff_plain;f=src%2Ffprobe-ulog.c;fp=src%2Ffprobe-ulog.c;h=c8b5c25cb6189844f8c03c30f5bd8d431d584431;hp=c744c01c2b261339e54e0b91d16434247a20e8e1;hb=ae84d4a660a154bd0247584a5813e4a01b46bf4b;hpb=f8cd9d2b367c472229d06806ad3be08f221823bd diff --git a/src/fprobe-ulog.c b/src/fprobe-ulog.c index c744c01..c8b5c25 100644 --- a/src/fprobe-ulog.c +++ b/src/fprobe-ulog.c @@ -1159,8 +1159,8 @@ void *cap_thread() flow->xid=0; if (ulog_msg->mark > 0) { - flow->xid = get_vhi_name(ulog_msg->mark); - challenge = get_vhi_name(ulog_msg->mark); + /* flow->xid is really the slice id :-/ */ + flow->xid = xid_to_slice_id(ulog_msg->mark); } if (flow->xid < 1 || flow->xid!=challenge)