aboutsummaryrefslogtreecommitdiff
path: root/dpid/dpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpid/dpid.c')
-rw-r--r--dpid/dpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpid/dpid.c b/dpid/dpid.c
index d8bfeb96..ff95b702 100644
--- a/dpid/dpid.c
+++ b/dpid/dpid.c
@@ -845,7 +845,7 @@ int service_match(const struct service *A, const char *B)
if (A->name[A_len - 1] == '*')
len = A_len - 1;
- return(dStrncasecmp(A->name, B, len));
+ return(dStrnAsciiCasecmp(A->name, B, len));
}
/*!