summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-06-15 13:50:43 +0200
committerDaniel Mack <daniel@zonque.org>2015-06-15 14:08:02 +0200
commit12c2884c552de25bc9c6155cafff619f6c1766b3 (patch)
treefcd270f84ea6b4fcd90d8d4d15b1a045bd237c7b /src/network
parentf430b07b72c6cc5aab43ddeba940b59bd0aaecc7 (diff)
firewall: rename fw-util.[ch] → firewall-util.[ch]
The names fw-util.[ch] are too ambiguous, better rename the files to firewall-util.[ch]. Also rename the test accordingly.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd-address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-address.c b/src/network/networkd-address.c
index 944da3f5b8..172ca43a7d 100644
--- a/src/network/networkd-address.c
+++ b/src/network/networkd-address.c
@@ -24,7 +24,7 @@
#include "utf8.h"
#include "util.h"
#include "conf-parser.h"
-#include "fw-util.h"
+#include "firewall-util.h"
#include "networkd.h"
#include "networkd-link.h"