mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
added a missing newline to src/auth.c
This commit is contained in:
parent
fe4a52ecfa
commit
e0a0df80c0
@ -173,7 +173,7 @@ bool launch(char *user, char *passwd, struct session session,
|
|||||||
execlp(session.exec, session.exec, NULL);
|
execlp(session.exec, session.exec, NULL);
|
||||||
}
|
}
|
||||||
perror("execl error");
|
perror("execl error");
|
||||||
fprintf(stderr, "failure calling session");
|
fprintf(stderr, "failure calling session\n");
|
||||||
} else {
|
} else {
|
||||||
waitpid(pid, NULL, 0);
|
waitpid(pid, NULL, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user