summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-13 12:20:01 +0200
committerGünther Deschner <gd@samba.org>2008-06-13 12:23:57 +0200
commit6ce0c8517256fec9ac9fc7d3f5f9a0f361020ea3 (patch)
tree05243d56d0742fed638907866d21c2ef8d33f092 /source3/utils/net.h
parent61b68fc43cda3fbee8b0c4fa8fbc9bd56fb98924 (diff)
downloadsamba-6ce0c8517256fec9ac9fc7d3f5f9a0f361020ea3.tar.gz
samba-6ce0c8517256fec9ac9fc7d3f5f9a0f361020ea3.tar.bz2
samba-6ce0c8517256fec9ac9fc7d3f5f9a0f361020ea3.zip
net: Fix bug #5542 (samsync contains empty passwords).
Guenther (cherry picked from commit 1a22e975dd1255f3557c1cd873d877aa35822afc) (This used to be commit ad8392cf7c817ee29a03bc6f515bf1cc18a29eda)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index ef5cfa73de..65c8d75584 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -23,6 +23,7 @@
*/
#include "lib/netapi/netapi.h"
+#include "libnet/libnet.h"
struct net_context {
const char *opt_requester_name;