1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Fix initial debug.

Jeremy.
(This used to be commit bd40da0635)
This commit is contained in:
Jeremy Allison
2003-08-27 18:21:26 +00:00
parent 6008bd4aeb
commit 9511c987df

View File

@ -205,7 +205,7 @@ static BOOL is_mangled_component(const char *name, size_t len)
{
unsigned int i;
M_DEBUG(10,("is_mangled_component %s ?\n", name));
M_DEBUG(10,("is_mangled_component %s (len %u) ?\n", name, (unsigned int)len));
/* check the length */
if (len > 12 || len < 8)