summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-11-02 18:41:50 +0100
committerStefan Metzmacher <metze@samba.org>2011-11-03 16:55:12 +0100
commit92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca (patch)
treea9166afcde86e292da4a1610189785f2e95b2aee /source3/utils/net_ads.c
parentf61fb18e0a1ad3217075adc97e4f058d334480e4 (diff)
downloadsamba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.tar.gz
samba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.tar.bz2
samba-92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca.zip
s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/
metze
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 43dda0663d..0893a1d00d 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1834,7 +1834,7 @@ static int net_ads_printer_publish(struct net_context *c, int argc, const char *
c->opt_user_name, c->opt_workgroup,
c->opt_password ? c->opt_password : "",
CLI_FULL_CONNECTION_USE_KERBEROS,
- Undefined);
+ SMB_SIGNING_DEFAULT);
if (NT_STATUS_IS_ERR(nt_status)) {
d_fprintf(stderr, _("Unable to open a connection to %s to "