summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-06 13:24:06 +0100
committerThomas Haller <thaller@redhat.com>2017-11-06 13:51:50 +0100
commit77a5046b2869c95435bded39dbecc618fb07ef8f (patch)
tree317e5f0d1c0c23b08ecedeea60f43117757b408f
parent460b104e8a59fae15a9b2d438d50599eeef23c31 (diff)
downloadnetwork-manager-applet-77a5046b2869c95435bded39dbecc618fb07ef8f.tar.gz
fixup! editor: allow setting IPv6 address generation mode (rh #1501664)
-rw-r--r--src/connection-editor/page-ip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/page-ip6.c b/src/connection-editor/page-ip6.c
index 82bebe17..2bc5927f 100644
--- a/src/connection-editor/page-ip6.c
+++ b/src/connection-editor/page-ip6.c
@@ -392,7 +392,7 @@ populate_ui (CEPageIP6 *self)
NMSettingIP6ConfigPrivacy ip6_privacy;
int ip6_privacy_idx = IP6_PRIVACY_DISABLED;
NMSettingIP6ConfigAddrGenMode ip6_addr_gen_mode;
- int ip6_addr_gen_mode_idx = IP6_ADDR_GEN_MODE_EUI64;
+ int ip6_addr_gen_mode_idx;
GString *string = NULL;
SetMethodInfo info;
const char *str_method;