projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cb282
)
pam_systemd: tiny coding style fix
author
Lennart Poettering
<lennart@poettering.net>
Fri, 20 Jul 2018 09:26:59 +0000
(11:26 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 25 Jul 2018 14:09:33 +0000
(16:09 +0200)
src/login/pam_systemd.c
patch
|
blob
|
history
diff --git
a/src/login/pam_systemd.c
b/src/login/pam_systemd.c
index ab2cddebac5f15cb1013afdb85a18e4d6afc4825..48dc59b1d49c8f3d1ad4248c130e04988c43a86d 100644
(file)
--- a/
src/login/pam_systemd.c
+++ b/
src/login/pam_systemd.c
@@
-202,8
+202,7
@@
static int append_session_memory_max(pam_handle_t *handle, sd_bus_message *m, co
return 0;
}
-static int append_session_tasks_max(pam_handle_t *handle, sd_bus_message *m, const char *limit)
-{
+static int append_session_tasks_max(pam_handle_t *handle, sd_bus_message *m, const char *limit) {
uint64_t val;
int r;