summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-08 03:16:28 +0000
committerGerald Carter <jerry@samba.org>2003-07-08 03:16:28 +0000
commit3912ca09ea26885f88e300e0b662289064516cc7 (patch)
tree16dfddfcf9c16ebd6288b723f62911a07c22a416 /source3
parent0c3d46f17f79a4e1d0330de4c7b4145a4334c804 (diff)
downloadsamba-3912ca09ea26885f88e300e0b662289064516cc7.tar.gz
samba-3912ca09ea26885f88e300e0b662289064516cc7.tar.bz2
samba-3912ca09ea26885f88e300e0b662289064516cc7.zip
fix some formatting
(This used to be commit fca08b1c8766ef1961a9dedc127224249cac9543)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/wbinfo.c49
1 files changed, 24 insertions, 25 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index f880f77e90..9be74c12de 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -845,31 +845,30 @@ int main(int argc, char **argv)
}
break;
case 'a': {
- BOOL got_error = False;
-
- if (!wbinfo_auth(string_arg)) {
- d_printf("Could not authenticate user %s with "
- "plaintext password\n", string_arg);
- got_error = True;
- }
-
- if (!wbinfo_auth_crap(string_arg)) {
- d_printf("Could not authenticate user %s with "
- "challenge/response\n", string_arg);
- got_error = True;
- }
-
- if (got_error)
- goto done;
- break;
- }
- case 'p': {
- if (!wbinfo_ping()) {
- d_printf("could not ping winbindd!\n");
- goto done;
- }
- break;
- }
+ BOOL got_error = False;
+
+ if (!wbinfo_auth(string_arg)) {
+ d_printf("Could not authenticate user %s with "
+ "plaintext password\n", string_arg);
+ got_error = True;
+ }
+
+ if (!wbinfo_auth_crap(string_arg)) {
+ d_printf("Could not authenticate user %s with "
+ "challenge/response\n", string_arg);
+ got_error = True;
+ }
+
+ if (got_error)
+ goto done;
+ break;
+ }
+ case 'p':
+ if (!wbinfo_ping()) {
+ d_printf("could not ping winbindd!\n");
+ goto done;
+ }
+ break;
case OPT_SET_AUTH_USER:
wbinfo_set_auth_user(string_arg);
break;