]> granicus.if.org Git - icinga2/commit
Fixed invalid quoting for network device names
authorPer von Zweigbergk <pvz@itassistans.se>
Thu, 5 Nov 2015 16:23:41 +0000 (17:23 +0100)
committerJean Flach <jean-marcel.flach@netways.de>
Tue, 5 Jan 2016 14:18:22 +0000 (15:18 +0100)
commit370a1127e9788a0e286689103ddc95293d44c481
tree20fb459cbda53a16efb363aef93f58696f380c35
parent3a0ce83da35ec113da74ca527b6d81acdaf3b894
Fixed invalid quoting for network device names

Quoting needs to be with single quotes, not double quotes. Also single quotes need to be escaped.

refs #10544

Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
plugins/check_network.cpp