mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rlogin(1): initialize term variable.
CID: 1011522 Obtained from: NetBSD (CVS 1.18, partial)
This commit is contained in:
parent
be9bc81174
commit
20254bfa69
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ main(int argc, char *argv[])
|
|||
long omask;
|
||||
int argoff, ch, dflag, Dflag, one;
|
||||
uid_t uid;
|
||||
char *host, *localname, *p, *user, term[1024];
|
||||
char *host, *localname, *p, *user, term[1024] = "network";
|
||||
speed_t ospeed;
|
||||
struct sockaddr_storage ss;
|
||||
socklen_t sslen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue