diff options
-rw-r--r-- | jaildaemon.c | 2 |
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 */ |