Skip to content

Commit de5d907

Browse files
authored
Merge pull request #6170 from chu11/issue6168_startlog_sync
cmd/startlog: initialize enum to non zero
2 parents 81b6ef3 + c51daf9 commit de5d907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/builtin/startlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static const char *startlog_key;
3131
static int startlog_version;
3232

3333
enum post_flags {
34-
POST_FLAG_FLUSH,
34+
POST_FLAG_FLUSH = 1,
3535
};
3636

3737
static void post_startlog_event (flux_t *h,

0 commit comments

Comments
 (0)