summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2023-09-01 00:21:50 +0200
committerDirk Engling <erdgeist@erdgeist.org>2023-09-01 00:21:50 +0200
commit7dfd1d35bb92bd4890643fd77f9511a37585ceb3 (patch)
tree6af66d2354802e4c1c5a23e39129f09b3ec72521
parentadead13062527394ffc8923b0cb88b2b4fc58733 (diff)
FormattingHEADmaster
-rw-r--r--jaildaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaildaemon.c b/jaildaemon.c
index f50b343..84fbe56 100644
--- a/jaildaemon.c
+++ b/jaildaemon.c
@@ -239,7 +239,7 @@ static int copy_daemontask( daemon_task ** out, daemon_task * const in ) {
239 t->m_flags = in->m_flags; 239 t->m_flags = in->m_flags;
240 t->m_uid = in->m_uid; 240 t->m_uid = in->m_uid;
241 t->m_gid = in->m_gid; 241 t->m_gid = in->m_gid;
242 t->m_commandline = in->m_commandline ? strdup( in->m_commandline ): 0; 242 t->m_commandline = in->m_commandline ? strdup( in->m_commandline ) : 0;
243 t->m_proctitle = in->m_proctitle ? strdup( in->m_proctitle ) : 0; 243 t->m_proctitle = in->m_proctitle ? strdup( in->m_proctitle ) : 0;
244 244
245 /* If all strings could be copied, return array */ 245 /* If all strings could be copied, return array */