diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /kppp/pppdata.cpp | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kppp/pppdata.cpp')
-rw-r--r-- | kppp/pppdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/pppdata.cpp b/kppp/pppdata.cpp index 29ccb308..5fd1147d 100644 --- a/kppp/pppdata.cpp +++ b/kppp/pppdata.cpp @@ -610,12 +610,12 @@ void PPPData::setModemEscapeGuardTime(int n) { bool PPPData::modemLockFile() { - return readNumConfig(cmodemgroup, LOCKFILE_KEY, 1); + return readNumConfig(cmodemgroup, LOCTDEFILE_KEY, 1); } void PPPData::setModemLockFile(bool set) { - writeConfig(cmodemgroup, LOCKFILE_KEY, set); + writeConfig(cmodemgroup, LOCTDEFILE_KEY, set); } |