summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 9596a3997a..c825e8c596 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -2969,7 +2969,7 @@ static BOOL browse_host(BOOL sort)
}
if (sort)
- qsort(p,count,20,QSORT_CAST strcasecmp);
+ qsort(p,count,20,QSORT_CAST StrCaseCmp);
for (i=0;i<count;i++)
{