From: Volker Lendecke Date: Sun, 4 Feb 2018 15:45:57 +0000 (+0000) Subject: net: Add some {} X-Git-Tag: tevent-0.9.36~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77c1df57a87b483c35ca01ede13d40980d3e1a96;p=thirdparty%2Fsamba.git net: Add some {} Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 0c019e6e4d4..5ac1ddaaef0 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -405,8 +405,9 @@ static int net_lookup_dsgetdcname(struct net_context *c, int argc, const char ** domain_name = argv[0]; - if (argc >= 2) + if (argc >= 2) { sscanf(argv[1], "%x", &flags); + } if (!flags) { flags |= DS_DIRECTORY_SERVICE_REQUIRED;