mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-22 19:09:18 +00:00
Make it clearer that iodine is asking for a password
To not confuse it with sudo or similar
This commit is contained in:
@@ -305,7 +305,7 @@ read_password(char *buf, size_t len)
|
|||||||
int i;
|
int i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fprintf(stderr, "Enter password: ");
|
fprintf(stderr, "Enter tunnel password: ");
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
#ifndef WINDOWS32
|
#ifndef WINDOWS32
|
||||||
fscanf(stdin, "%79[^\n]", pwd);
|
fscanf(stdin, "%79[^\n]", pwd);
|
||||||
|
Reference in New Issue
Block a user