summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-02 10:57:23 +0200
committerThomas Haller <thaller@redhat.com>2016-06-30 08:29:54 +0200
commit05ecb28436d06ad1b39dc5a0e7e2e5899c575948 (patch)
treedfb4c100cf71cf8e1d3e8c4130513108b8de9df7
parent807f84661090588fea299297048ee8c8e76355ac (diff)
downloadNetworkManager-05ecb28436d06ad1b39dc5a0e7e2e5899c575948.tar.gz
core: make global variable _nm_utils_testing static
-rw-r--r--src/nm-core-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-core-utils.c b/src/nm-core-utils.c
index 27c162886c..2b1eb36401 100644
--- a/src/nm-core-utils.c
+++ b/src/nm-core-utils.c
@@ -54,7 +54,7 @@
#endif
G_STATIC_ASSERT (sizeof (NMUtilsTestFlags) <= sizeof (int));
-int _nm_utils_testing = 0;
+static int _nm_utils_testing = 0;
gboolean
nm_utils_get_testing_initialized ()