s4:loadparm.c - the logfile parameter value needs to be duplicated
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 13 Feb 2010 18:41:43 +0000 (19:41 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 13 Feb 2010 18:41:43 +0000 (19:41 +0100)
commit195bda569e541a49ab3406deca8c8b864ec327d4
tree5ccc2c9a7359171354cea17e0bbf5836391139e3
parent3598409951c223958765a52359423cd8237919b6
s4:loadparm.c - the logfile parameter value needs to be duplicated

Otherwise the "logfile" pointer tracks all changes of "pszParmValue" which
content is only temporal. This was the cause of bug #6212.
source4/param/loadparm.c