Skip to content

Commit 623c5b8

Browse files
Martin SköldMartin Sköld
authored andcommitted
Bug#33896428 Checking signal is not remote.
Added check that FSOPENCONF signal is only sent locally. Approved by: Frazer Clement <[email protected]>
1 parent d2d178a commit 623c5b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/ndb/src/kernel/blocks/lgman.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License, version 2.0,
@@ -1583,6 +1583,7 @@ Lgman::execFSOPENREF(Signal* signal)
15831583
void
15841584
Lgman::execFSOPENCONF(Signal* signal)
15851585
{
1586+
LOCAL_SIGNAL(signal);
15861587
jamEntry();
15871588
Ptr<Undofile> ptr;
15881589

0 commit comments

Comments
 (0)