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)
commit8d9fb62a4593525a84104665d0a5318e16993d9e
tree93b69ff278ed2a41dfb8435f2fd9131fd0025e5d
parent01f8fd55a7f9cb9cc90e3d2b53397412a7bad714
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
(This used to be commit b4dca117c09ddb9c8e7eea25c6cde3fbef8c692b)
source3/utils/net_conf.c