s3-param split service.c into param and smbd components
authorAndrew Bartlett <abartlet@samba.org>
Wed, 25 May 2011 05:01:04 +0000 (15:01 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 May 2011 22:32:07 +0000 (00:32 +0200)
commit33e8126c3c810388d079008d6de8291a294b9bd8
treee70a5f08046c0d1e31d583e18d1871a3ad4af285
parentade01f083c502ecf7cba19303eb16d3c9a4be52a
s3-param split service.c into param and smbd components

The dependency chain of find_service can't be satisfied sensibly
outside smbd, so don't include this in the main 'param' subsystem.

Also remove the duplicate find_service() and conn_snum_used() from
dummysmbd.c: The WAF build does not need these dummies any more, but
file.

Andrew Bartlett
source3/Makefile.in
source3/lib/dummyparam.c [new file with mode: 0644]
source3/lib/dummysmbd.c
source3/param/loadparm.c
source3/param/service.c [new file with mode: 0644]
source3/smbd/service.c
source3/wscript_build