Skip to content

Commit aa52fe5

Browse files
authored
remove extra ; in the if-else statement for compatibility (breaks 3.x) (#723)
1 parent e62d73e commit aa52fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/processes/rdb.q

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $[.rdb.connectonstart;
227227
.servers.startupdepcycles[.rdb.tickerplanttypes;.rdb.tpconnsleepintv;.rdb.tpcheckcycles];
228228
.rdb.subscribe[];
229229
];
230-
.rdb.tplogdate:.proc.cd[]; // defines tplogdate for setpartition
230+
.rdb.tplogdate:.proc.cd[] // defines tplogdate for setpartition
231231
]
232232

233233
/-set the partition that is held in the rdb (for use by the gateway)

0 commit comments

Comments
 (0)