KPPPInterface.cpp: Fix missing autolocker variable name
Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: I2eb8211477568e3b34e4b9eff5efa5c84c540ccd Reviewed-on: https://review.haiku-os.org/c/haiku/+/1757 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
178d693469
commit
af47fc80f9
@@ -261,7 +261,7 @@ KPPPInterface::~KPPPInterface()
|
|||||||
while (true) {
|
while (true) {
|
||||||
Down();
|
Down();
|
||||||
{
|
{
|
||||||
MutexLocker (fLock);
|
MutexLocker locker(fLock);
|
||||||
if (State() == PPP_INITIAL_STATE && Phase() == PPP_DOWN_PHASE)
|
if (State() == PPP_INITIAL_STATE && Phase() == PPP_DOWN_PHASE)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user