Noticed that I was using the strlen() of a string that I had strdup()'d
authorChristopher R. Hertel <crh@samba.org>
Sat, 25 Jul 1998 15:18:07 +0000 (15:18 +0000)
committerChristopher R. Hertel <crh@samba.org>
Sat, 25 Jul 1998 15:18:07 +0000 (15:18 +0000)
commit0fa2fde675da991096afc9abf896602d7a3803ab
tree7cc167ef5fd74a6b3119612161adfefed7887e3e
parente6608b5279dcb258fa97d7719e854b72de84b9b9
Noticed that I was using the strlen() of a string that I had strdup()'d
before testing that the strdup() worked.  Fixed.
(This used to be commit 899d0d5de5dd9d080d5c4cb94874d4f939427d1b)
source3/smbd/mangle.c