mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
parent
29ee36d0c9
commit
c32a03ad12
@ -1097,8 +1097,6 @@ size_t strlen_m(const char *s)
|
||||
**/
|
||||
size_t strlen_m_term(const char *s)
|
||||
{
|
||||
size_t count = 0;
|
||||
|
||||
if (!s) {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user