summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-14 19:32:42 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-14 19:32:42 +0200
commit68a2c547d00d7a8d0c15744172489d9d010c31a3 (patch)
tree54313b0dc50014015d680121fa750a5d4777c7a4 /source4/utils/net/net.h
parent2cdfaedee203a726bddfb46fb10d9604de32a05f (diff)
parent4f51b0246db3242ee02ee16905cba13a5dc5633a (diff)
downloadsamba-68a2c547d00d7a8d0c15744172489d9d010c31a3.tar.gz
samba-68a2c547d00d7a8d0c15744172489d9d010c31a3.tar.bz2
samba-68a2c547d00d7a8d0c15744172489d9d010c31a3.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 0f0c8519b87481e3473a469cefd51c76b4a7632e)
Diffstat (limited to 'source4/utils/net/net.h')
-rw-r--r--source4/utils/net/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/net/net.h b/source4/utils/net/net.h
index 8c4fbd7fdd..17388079dd 100644
--- a/source4/utils/net/net.h
+++ b/source4/utils/net/net.h
@@ -22,7 +22,6 @@
#define _UTIL_NET_H
struct net_context {
- TALLOC_CTX *mem_ctx;
struct cli_credentials *credentials;
struct loadparm_context *lp_ctx;
};