mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1225549 - Modify the data type of mThreshold of NetworkParams to long long from long. r=ettseng
This commit is contained in:
parent
50ddae52ca
commit
6f05771bd9
@ -191,7 +191,7 @@ public:
|
||||
nsString mPreExternalIfname;
|
||||
nsString mCurInternalIfname;
|
||||
nsString mCurExternalIfname;
|
||||
long mThreshold;
|
||||
long long mThreshold;
|
||||
long mIpaddr;
|
||||
long mMask;
|
||||
long mGateway_long;
|
||||
|
Loading…
Reference in New Issue
Block a user