summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorsbyx <steven@midlink.org>2014-01-11 02:36:49 -0800
committersbyx <steven@midlink.org>2014-01-11 02:36:49 -0800
commit8152153cb9c5b09862bf0c8a0d1005fa8dfdf262 (patch)
tree2526690f05c7d757fbf8908fe0e78d957573974a /src/odhcp6c.h
parent7489874cd84cc77c97f475fd1ed842b642eed3c5 (diff)
parent3d77dda32f4d7525b4553eaa99eb44bb28bcc113 (diff)
downloadodhcp6c-8152153cb9c5b09862bf0c8a0d1005fa8dfdf262.tar.gz
Merge pull request #11 from NeoRaider/fixes
A few fixes for race conditions and similar problems
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index 85ebf2f..d4458ff 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -59,7 +59,7 @@ enum dhcvp6_opt {
DHCPV6_OPT_SOL_MAX_RT = 82,
DHCPV6_OPT_INF_MAX_RT = 83,
#ifdef EXT_PREFIX_CLASS
- /* draft-bhandari-dhc-class-based-prefix, not yet standardized */
+ /* draft-bhandari-dhc-class-based-prefix, not yet standardized */
DHCPV6_OPT_PREFIX_CLASS = EXT_PREFIX_CLASS,
#endif
};