mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[DHCPSVC]
- fix const usage svn path=/trunk/; revision=53790
This commit is contained in:
parent
ac92a8adf9
commit
374497d4a6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void AdapterInit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
InterfaceConnected(const PMIB_IFROW IfEntry)
|
InterfaceConnected(const MIB_IFROW* IfEntry)
|
||||||
{
|
{
|
||||||
if (IfEntry->dwOperStatus == IF_OPER_STATUS_CONNECTED ||
|
if (IfEntry->dwOperStatus == IF_OPER_STATUS_CONNECTED ||
|
||||||
IfEntry->dwOperStatus == IF_OPER_STATUS_OPERATIONAL)
|
IfEntry->dwOperStatus == IF_OPER_STATUS_OPERATIONAL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue