smp.px = NULL;
smp.sess = sess;
smp.strm = strm;
- if (!smp_fetch_src || !smp_fetch_src(NULL, &smp, NULL, NULL))
+ if (!smp_fetch_src || !smp_fetch_src(empty_arg_list, &smp, NULL, NULL))
return NULL;
/* Converts into key. */
smp.px = NULL;
smp.sess = sess;
smp.strm = strm;
- if (!smp_fetch_src || !smp_fetch_src(NULL, &smp, NULL, NULL))
+ if (!smp_fetch_src || !smp_fetch_src(empty_arg_list, &smp, NULL, NULL))
return NULL;
/* Converts into key. */
return 0;
/* Fetch source address in a sample. */
- if (!smp_fetch_src || !smp_fetch_src(NULL, smp, NULL, NULL))
+ if (!smp_fetch_src || !smp_fetch_src(empty_arg_list, smp, NULL, NULL))
return 0;
/* Converts into key. */