diff options
author | Tim Potter <tpot@samba.org> | 2003-07-25 01:18:10 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-07-25 01:18:10 +0000 |
commit | ff5f4d66a554eace6cc12bce4e1bed173c56025b (patch) | |
tree | 16b43827ff464c376083414688d96286623e4f6e | |
parent | 2a7f874c4a7d14e31af63b1355363f193bcd6358 (diff) | |
download | samba-ff5f4d66a554eace6cc12bce4e1bed173c56025b.tar.gz samba-ff5f4d66a554eace6cc12bce4e1bed173c56025b.tar.bz2 samba-ff5f4d66a554eace6cc12bce4e1bed173c56025b.zip |
Make wbinfo -p work again. Fixes bug 251.
(This used to be commit ad4dd4909ffa29dbfbbd9a4f234e976fd253846b)
-rw-r--r-- | source3/nsswitch/wbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index f533799370..fcd7d2d508 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/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; |