1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-29 02:50:28 +03:00

Make wbinfo -p work again. Fixes bug 251.

(This used to be commit ad4dd4909ffa29dbfbbd9a4f234e976fd253846b)
This commit is contained in:
Tim Potter 2003-07-25 01:18:10 +00:00
parent 2a7f874c4a
commit ff5f4d66a5

View File

@ -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;