summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-05-01 14:20:21 +0000
committerRoy Marples <roy@marples.name>2016-05-01 14:20:21 +0000
commit41eefe94daa5aa57a8b71597aab23bca5ff08957 (patch)
tree405516f45fc6db55ee139dfbc66bd7d87457a469 /dhcpcd.c
parentb1ad0d3926cc5ddcedfdeaf4ede5b86e5b983daf (diff)
downloaddhcpcd-41eefe94daa5aa57a8b71597aab23bca5ff08957.tar.xz
Prefix dhcp definition type with OT_
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index c19c6ef8..0c985942 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -574,7 +574,7 @@ dhcpcd_selectprofile(struct interface *ifp, const char *profile)
if (ifp->ssid_len) {
ssize_t r;
- r = print_string(pssid, sizeof(pssid), ESCSTRING,
+ r = print_string(pssid, sizeof(pssid), OT_ESCSTRING,
ifp->ssid, ifp->ssid_len);
if (r == -1) {
logger(ifp->ctx, LOG_ERR,