source3/loadparm: make struct loadparm_service a talloc object.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 23 Jul 2012 02:50:26 +0000 (12:20 +0930)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Aug 2012 13:20:05 +0000 (23:20 +1000)
commita14c02d2a7b9d070a6338a360103a34e7673454c
treeac35ce5fd70a9fe4a71ae8f1f41a1e0ca2a57cdd
parent592e3f4b236b3b5c056faca6ca6f060560a3204d
source3/loadparm: make struct loadparm_service a talloc object.

This gives us a place to allocate members from.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/param/loadparm.c