Change net_conf_import() to only use libnet_conf API functions.
authorMichael Adam <obnox@samba.org>
Mon, 31 Dec 2007 02:02:39 +0000 (03:02 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 31 Dec 2007 02:02:39 +0000 (03:02 +0100)
commitb4dca117c09ddb9c8e7eea25c6cde3fbef8c692b
tree17e2b13bbe55af06005516a63b14b02b9709146c
parentaf5218f1505321236be52df10ebfe8f42b99573d
Change net_conf_import() to only use libnet_conf API functions.

More precisely, only import_process_service() is changed.
This removes all references to registry code from net_conf.c.

net_conf_import() is currently -- like net_conf_addshare() -- also
considered a high-level add-on, not an API function.

Michael
source/utils/net_conf.c