summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/utils/net/net.h')
-rw-r--r--source4/utils/net/net.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/utils/net/net.h b/source4/utils/net/net.h
index 2967063bde..6f3aa1086b 100644
--- a/source4/utils/net/net.h
+++ b/source4/utils/net/net.h
@@ -24,11 +24,7 @@
struct net_context {
TALLOC_CTX *mem_ctx;
- struct {
- const char *account_name;
- const char *domain_name;
- const char *password;
- } user;
+ struct cli_credentials *credentials;
};
struct net_functable {