Remove debug.
[apps/pfixtools.git] / postlicyd / strlist.c
index 25ed069..20e6a58 100644 (file)
@@ -224,8 +224,10 @@ static bool strlist_filter_constructor(filter_t *filter)
                     array_add(config->reverses, reverse);
                     break;
                 }
-                current = p + 1;
-                p = m_strchrnul(current, ':');
+                if (i != 3) {
+                    current = p + 1;
+                    p = m_strchrnul(current, ':');
+                }
             }
           } break;