From d2299aba0f1746b5c5b71d0356f3c1e1108426f5 Mon Sep 17 00:00:00 2001 From: Jumper78 <52802286+Jumper78@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:30:04 +0200 Subject: [PATCH] specified the value on each line --- .DS_Store | Bin 0 -> 6148 bytes data/.DS_Store | Bin 0 -> 6148 bytes data/conf/.DS_Store | Bin 0 -> 6148 bytes src/profile.c | 16 ++++++++-------- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .DS_Store create mode 100644 data/.DS_Store create mode 100644 data/conf/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..28464e3a6be79e18574a8d86244fb98340c212aa GIT binary patch literal 6148 zc-rllO$x#=5QX2wq6Ifyy6hFaK@mNH7x1Ur^g?1 literal 0 Hc-jL100001 diff --git a/data/.DS_Store b/data/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..7022c37a9cfafe528176dd7039da406dbdbb1a44 GIT binary patch literal 6148 zc-rllK?=e!5JmsQECOz_beW9@@CKpO6LmvU_d4)+*NFXy) z0M^|49S{Ko6l04|?D2SX7;(Y5zjniE90w~gSBa51X6}bX zXL>3&#vSdeIgw6url(@#I7fRr(2-7brl(?FTE^zX_+<-pq!XQWjzY|_DvHnizyH$z j3nBhI&-?b!Hm` literal 0 Hc-jL100001 diff --git a/src/profile.c b/src/profile.c index ce7e3efe9..aa8aef961 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1282,10 +1282,10 @@ profile_pass_rewrite_sid_set (void *in, const void *v) const uint16_t *val = v; if (*val != pro->pro_rewrite_sid) { if (*val > 0) { - pro->pro_rewrite_pmt = - pro->pro_rewrite_pat = - pro->pro_rewrite_sdt = - pro->pro_rewrite_nit = + pro->pro_rewrite_pmt = 1; + pro->pro_rewrite_pat = 1; + pro->pro_rewrite_sdt = 1; + pro->pro_rewrite_nit = 1; pro->pro_rewrite_eit = 1; } pro->pro_rewrite_sid = *val; @@ -1527,10 +1527,10 @@ profile_spawn_rewrite_sid_set (void *in, const void *v) const uint16_t *val = v; if (*val != pro->pro_rewrite_sid) { if (*val > 0) { - pro->pro_rewrite_pmt = - pro->pro_rewrite_pat = - pro->pro_rewrite_sdt = - pro->pro_rewrite_nit = + pro->pro_rewrite_pmt = 1; + pro->pro_rewrite_pat = 1; + pro->pro_rewrite_sdt = 1; + pro->pro_rewrite_nit = 1; pro->pro_rewrite_eit = 1; } pro->pro_rewrite_sid = *val; -- 2.47.2