diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-14 02:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-14 02:01:14 +0100 |
commit | 117737c6cae90d8c53c73fd2440eec17def10bb1 (patch) | |
tree | bcc25aa554c0c0ce9456c629e29dc5d58ba54df0 /cmd-source-file.c | |
parent | a7ce19347a81282b82db1663eed5fd8dd00e927f (diff) | |
parent | 4289a1ebfa7479413ec5ac543b88c4ea039d00a0 (diff) | |
download | rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.gz rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.tar.bz2 rtmux-117737c6cae90d8c53c73fd2440eec17def10bb1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-source-file.c')
-rw-r--r-- | cmd-source-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-source-file.c b/cmd-source-file.c index ef3ac7ac..0f299ddf 100644 --- a/cmd-source-file.c +++ b/cmd-source-file.c @@ -49,7 +49,6 @@ cmd_source_file_exec(struct cmd *self, struct cmd_q *cmdq) int quiet; cmdq1 = cmdq_new(cmdq->client); - cmdq1->flags |= cmdq->flags & CMD_Q_NOHOOKS; cmdq1->emptyfn = cmd_source_file_done; cmdq1->data = cmdq; |