Move serverinfo_to_SamInfo3() to rpc_server/
commit8bc88aae5d44e0a6bc6157745edc3a83bd740ff7
authorVolker Lendecke <vl@samba.org>
Wed, 22 Apr 2009 10:23:10 +0000 (22 12:23 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 22 Apr 2009 10:33:46 +0000 (22 12:33 +0200)
treea9c202930f893157aa09aa8da31810daffe53bc6
parente7466d020722ff6da3e6dc29cf5fa621aa039f7e
Move serverinfo_to_SamInfo3() to rpc_server/

Normally I hate moving around stuff, but this function is only called from the
RPC server side and it pulls in passdb when trying to link in our rpc client
routines. That seems unnecessary to me.
source3/rpc_client/init_netlogon.c
source3/rpc_server/srv_pipe_hnd.c