diff options
author | Volker Lendecke <vl@samba.org> | 2020-04-13 20:04:21 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-04-18 04:12:48 +0000 |
commit | 092da6ec07a8872557e44c73abbf9e98aaad4271 (patch) | |
tree | 2e3aa0b9e6338371b2dd042a77b7076d0b5b1549 /source3/utils/net_rpc.c | |
parent | 595e3f2566181fe823aa68a20fb99c3ce64724b7 (diff) | |
download | samba-092da6ec07a8872557e44c73abbf9e98aaad4271.tar.gz |
libsmb: Move clirap2.c to utils/
It's only used in net_rap.c, expansion to other users is
unlikely. Don't link it into libsmbclient anymore. It saves roughly
50k from the everywhere-linked libsmb.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Apr 18 04:12:48 UTC 2020 on sn-devel-184
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index e4cf7ef05f5..31babc0a755 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -43,7 +43,7 @@ #include "rpc_client/init_lsa.h" #include "../libcli/security/security.h" #include "libsmb/libsmb.h" -#include "libsmb/clirap.h" +#include "clirap2.h" #include "nsswitch/libwbclient/wbclient.h" #include "passdb.h" #include "../libcli/smb/smbXcli_base.h" |