mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
btw, the reason I want to use strncasecmp() instead of StrnCaseCmp() is that the Samba internal functions are built to deal with multi-byte, whereas in the cases I am converting we know we are dealing with solely ascii string constants, so going via the slow conversion libraries is pointless.