diff options
Diffstat (limited to 'openstack/common/rootwrap')
| -rw-r--r-- | openstack/common/rootwrap/filters.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack/common/rootwrap/filters.py b/openstack/common/rootwrap/filters.py index 632e8d5..905bbab 100644 --- a/openstack/common/rootwrap/filters.py +++ b/openstack/common/rootwrap/filters.py @@ -95,9 +95,9 @@ class DnsmasqFilter(CommandFilter): def match(self, userargs): if (userargs[0] == 'env' and - userargs[1].startswith(self.CONFIG_FILE_ARG) and - userargs[2].startswith('NETWORK_ID=') and - userargs[3] == 'dnsmasq'): + userargs[1].startswith(self.CONFIG_FILE_ARG) and + userargs[2].startswith('NETWORK_ID=') and + userargs[3] == 'dnsmasq'): return True return False |
