Noticed that I was using the strlen() of a string that I had strdup()'d
commit899d0d5de5dd9d080d5c4cb94874d4f939427d1b
authorChristopher R. Hertel <crh@samba.org>
Sat, 25 Jul 1998 15:18:07 +0000 (25 15:18 +0000)
committerChristopher R. Hertel <crh@samba.org>
Sat, 25 Jul 1998 15:18:07 +0000 (25 15:18 +0000)
treeeec1007bb9e6bdd0570b28d7d00ac10dced21f89
parentd8b0a2104c05df957f0eb49c21388ec5a4858d98
Noticed that I was using the strlen() of a string that I had strdup()'d
before testing that the strdup() worked.  Fixed.
source/smbd/mangle.c