summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-18 22:35:17 +0100
committerGünther Deschner <gd@samba.org>2011-01-18 23:54:30 +0100
commit66bc2f912712f74c646d6e619d73a8b6a1eb9478 (patch)
tree5378d378722e2e663187c5608024f7f0c1439770 /source3/utils/net_ads.c
parent7754b75065c1e7bd3c0c6b2bf2f88394d3655a0e (diff)
downloadsamba-66bc2f912712f74c646d6e619d73a8b6a1eb9478.tar.gz
samba-66bc2f912712f74c646d6e619d73a8b6a1eb9478.tar.bz2
samba-66bc2f912712f74c646d6e619d73a8b6a1eb9478.zip
s3-net: use correct spoolss header in net_ads.c.
Guenther
Diffstat (limited to 'source3/utils/net_ads.c')
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index ac14184aa8..c8b141de86 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -23,7 +23,7 @@
#include "includes.h"
#include "utils/net.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
-#include "../librpc/gen_ndr/cli_spoolss.h"
+#include "../librpc/gen_ndr/ndr_spoolss.h"
#include "nsswitch/libwbclient/wbclient.h"
#include "ads.h"
#include "libads/cldap.h"