diff options
author | John Ankarström <john@ankarstrom.se> | 2021-08-27 19:18:35 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-08-27 19:18:35 +0200 |
commit | bb6915834ba92f4148164725c4c27e38555c0685 (patch) | |
tree | d6bbfad6c763fd6e50c73b57bc443c1fdcdfe392 | |
parent | 8bf013602dbc29695883e00b999ac5703a254d02 (diff) | |
download | rtty-bb6915834ba92f4148164725c4c27e38555c0685.tar.gz |
Remove superfluous line
-rw-r--r-- | rtty.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ main(int argc, char *argv[]) printf("password: "); getpw(pw); setenv("SSHPASS", pw, 1); - sshpass = 1; } /* Start ssh. */ |