s4-process_model Fix valgrind-found use of un-initialised variable
authorAndrew Bartlett <abartlet@samba.org>
Tue, 2 Nov 2010 09:55:18 +0000 (20:55 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 2 Nov 2010 11:00:54 +0000 (22:00 +1100)
commita26d9194ffc45e1c95899ee33bc5dd4d35a0dd10
treea4ce6f6c1fa2735987d0a9426c3efa978629e664
parent41999761f1bd018dd039421e2cfe498e173e2f79
s4-process_model Fix valgrind-found use of un-initialised variable

The relloc didn't zero the structure for the new process modal, and so
m->initialised wasn't initialised.

Andrew Bartlett
source4/smbd/process_model.c