diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-13 19:43:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-13 19:43:14 +0000 |
| commit | c6fa3dde6211c0bae0eda049cb55460926022ecd (patch) | |
| tree | 6f5351d4befa416bce33752b58ae9c90797a8daf /contrib/opie | |
| parent | f949006c5871a1f9bff2abfc6cd63621e671c7c9 (diff) | |
Notes
Diffstat (limited to 'contrib/opie')
| -rw-r--r-- | contrib/opie/opiekey.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/opie/opiekey.c b/contrib/opie/opiekey.c index 20f982b641b6..66e6b7bedc1d 100644 --- a/contrib/opie/opiekey.c +++ b/contrib/opie/opiekey.c @@ -35,6 +35,9 @@ License Agreement applies to this software. Modified at NRL for OPIE 2.0. Written at Bellcore for the S/Key Version 1 software distribution (skey.c). + +$FreeBSD$ + */ #include "opie_cfg.h" @@ -138,7 +141,7 @@ int main FUNCTION((argc, argv), int argc AND char *argv[]) char *slash; int hex = 0; int type = RESPONSE_STANDARD; - int force; + int force = 0; if (slash = strchr(argv[0], '/')) slash++; |
