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:
Jaroslaw Pelczar
2019-08-30 14:02:35 +00:00
committed by waddlesplash
parent 178d693469
commit af47fc80f9
@@ -261,7 +261,7 @@ KPPPInterface::~KPPPInterface()
while (true) {
Down();
{
MutexLocker (fLock);
MutexLocker locker(fLock);
if (State() == PPP_INITIAL_STATE && Phase() == PPP_DOWN_PHASE)
break;
}