diff options
-rw-r--r-- | usr.sbin/pppd/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index c982461..5375aa4 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -1615,7 +1615,7 @@ auth_script(script) struct passwd *pw; char struid[32]; char *user_name; - char *argv[8]; + char *argv[7]; if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL) user_name = pw->pw_name; |