summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-25 01:18:10 +0000
committerTim Potter <tpot@samba.org>2003-07-25 01:18:10 +0000
commitad4dd4909ffa29dbfbbd9a4f234e976fd253846b (patch)
treec7cc8de7e6829dafed704de4adee933b1f78c181 /source/nsswitch/wbinfo.c
parentae77e9e55438a9807da3696fd0d31fba6d0f7370 (diff)
downloadsamba-ad4dd4909ffa29dbfbbd9a4f234e976fd253846b.tar.gz
samba-ad4dd4909ffa29dbfbbd9a4f234e976fd253846b.tar.xz
samba-ad4dd4909ffa29dbfbbd9a4f234e976fd253846b.zip
Make wbinfo -p work again. Fixes bug 251.
Diffstat (limited to 'source/nsswitch/wbinfo.c')
-rw-r--r--source/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wbinfo.c b/source/nsswitch/wbinfo.c
index f5337993704..fcd7d2d5081 100644
--- a/source/nsswitch/wbinfo.c
+++ b/source/nsswitch/wbinfo.c
@@ -1074,7 +1074,7 @@ int main(int argc, char **argv)
goto done;
}
break;
- case 'P':
+ case 'p':
if (!wbinfo_ping()) {
d_printf("could not ping winbindd!\n");
goto done;