diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-19 11:33:24 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-19 11:33:24 +0000 |
| commit | b048172ee57f2eb75840a5bbc8d0873be44a93f3 (patch) | |
| tree | 874863e9beb9997d3f650e548e6193b824453310 /usr.sbin | |
| parent | df523897ea84f155098593df82ac040482951a91 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ypbind/ypbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index bdc3aa4e9177..5d8d055642f2 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -416,7 +416,7 @@ char **argv; else if (strcmp("-s", argv[i]) == 0) ypsecuremode++; else if (strcmp("-S", argv[i]) == 0 && argc > i) - yp_restricted_mode(argv[i+1]); + yp_restricted_mode(argv[++i]); else if (strcmp("-m", argv[i]) == 0) yp_manycast++; else |
