summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-08-13 15:39:08 -0700
committerAndreas Schneider <asn@cryptomilk.org>2018-09-07 17:26:14 +0200
commitb7464fd89bc22b71c82bbaa424bcbfcf947db651 (patch)
treeaa08e3107ae41fe5a71074ab54468588eb15f97e /source3/client
parentdff1028e8ba4c70e726283c12531853681034014 (diff)
downloadsamba-b7464fd89bc22b71c82bbaa424bcbfcf947db651.tar.gz
s3:lib: Move popt_common_credentials to separate file
This is only used by command line utilities and has additional dependencies. Move to a separate file to contain the dependencies to the command line tools. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index fc6d9a31c5b..e8faed55dc4 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -23,7 +23,7 @@
#include "includes.h"
#include "system/filesys.h"
-#include "popt_common.h"
+#include "popt_common_cmdline.h"
#include "rpc_client/cli_pipe.h"
#include "client/client_proto.h"
#include "client/clitar_proto.h"