diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-10-07 21:06:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-07 22:02:05 +0200 |
commit | 87d2c1ff6a7375f03476767e6f59454bcc5cd04b (patch) | |
tree | 26824a2485942702b3472cc73191c01e78c622d1 /src/automount.c | |
parent | 9a36607584bbd1d78775353e022a51794b4e27b1 (diff) |
journal: add preliminary incomplete implementation
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.c b/src/automount.c index 29b807de51..6cf3c311b3 100644 --- a/src/automount.c +++ b/src/automount.c @@ -770,7 +770,7 @@ static void automount_fd_event(Unit *u, int fd, uint32_t events, Watch *w) { if (packet.v5_packet.pid > 0) { char *p = NULL; - get_process_name(packet.v5_packet.pid, &p); + get_process_comm(packet.v5_packet.pid, &p); log_debug("Got direct mount request for %s, triggered by %lu (%s)", packet.v5_packet.name, (unsigned long) packet.v5_packet.pid, strna(p)); free(p); |