s4:registry/util - Don't include the trailing '\0' in the internal data format but...
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 27 Nov 2009 20:14:44 +0000 (21:14 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 27 Nov 2009 20:17:59 +0000 (21:17 +0100)
commit7d400715e9af2056690c03a1a2f45c7f343fa313
tree2a282a343120d187b218bf389798fcefc0084891
parente79dd2ef7d8b2aba7a84df5f5e82d2869a0598fc
s4:registry/util - Don't include the trailing '\0' in the internal data format but add it on the back-conversion to a string

As far as I know the registry library saves all data (including) strings without
the null termination. So do it also here in a similar way.
source4/lib/registry/util.c