From 92a6f577ce1f3a14ff11d5320a0fe54ec0d947ca Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 2 Nov 2011 18:41:50 +0100 Subject: s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ metze --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') 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 " -- cgit