Skip to content

Commit 2f055f0

Browse files
Martin Sköldsurbhat1595
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 92b1280 commit 2f055f0

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, 2021, Oracle and/or its affiliates.
1+
/* Copyright (c) 2005, 2022, Oracle and/or its affiliates.
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,
@@ -1585,6 +1585,7 @@ Lgman::execFSOPENREF(Signal* signal)
15851585
void
15861586
Lgman::execFSOPENCONF(Signal* signal)
15871587
{
1588+
LOCAL_SIGNAL(signal);
15881589
jamEntry();
15891590
Ptr<Undofile> ptr;
15901591

0 commit comments

Comments
 (0)