summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-25 14:17:30 +0100
committerThomas Haller <thaller@redhat.com>2016-11-25 18:02:38 +0100
commitafcfa7be2bfdc41be9c0c12fe28432dc3f605bee (patch)
tree1169e071b4747247553a2654d3a031b5979100bf /src/nm-config.h
parent03f35e96de2a33fc1756d4404a42b51464d3f953 (diff)
downloadNetworkManager-afcfa7be2bfdc41be9c0c12fe28432dc3f605bee.tar.gz
config/trivial: unify name of compile time config defaults
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index 15c46ed547..fbeb7bd9fd 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -182,7 +182,7 @@ extern char *_nm_config_match_env;
#define NM_CONFIG_DEVICE_STATE_DIR ""NMRUNDIR"/devices"
-#define NM_CONFIG_DEFAULT_AUTH_POLKIT_BOOL (nm_streq (""NM_CONFIG_DEFAULT_AUTH_POLKIT, "true"))
+#define NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_BOOL (nm_streq (""NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT, "true"))
#define NM_CONFIG_DEFAULT_LOGGING_AUDIT_BOOL (nm_streq (""NM_CONFIG_DEFAULT_LOGGING_AUDIT, "true"))
typedef enum {