s3:net: refactor getting of secdesc out of net_registry_getsd()
authorMichael Adam <obnox@samba.org>
Fri, 26 Feb 2010 08:31:03 +0000 (09:31 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 3 Mar 2010 08:16:36 +0000 (09:16 +0100)
commit93d438d9709e8e6462721f010c9a484a92a6649a
tree1e63611871e97183272ce66e055cd4f5a14d43c6
parent9cea4d5969d3061689e7399e0a97f7f83ed31976
s3:net: refactor getting of secdesc out of net_registry_getsd()

New net_registry_getsd_internal does the work(),
net_registry_getsd() just prints the result.
This in preparation to add support for other output formats
than the currently used display_sec_desc().

Michael
source3/utils/net_registry.c