factotum: use glenda as hostowner default
This commit is contained in:
parent
7de41e2435
commit
acce478d8e
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ promptforhostowner(void)
|
|||
}
|
||||
free(p);
|
||||
|
||||
strcpy(owner, "none");
|
||||
strcpy(owner, "glenda");
|
||||
do{
|
||||
outin("user", owner, sizeof(owner));
|
||||
} while(*owner == 0);
|
||||
|
|
Loading…
Reference in a new issue