Skip to content

Commit

Permalink
Fix service index for PhIndexStringRefSiKeyValuePairs regression from 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jan 18, 2025
1 parent a0950a4 commit 2a14658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phlib/svcsup.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ static CONST PH_STRINGREF PhpServiceUnknownString = PH_STRINGREF_INIT(L"Unknown"

static CONST PH_KEY_VALUE_PAIR PhpServiceStatePairs[] =
{
SIP(SREF(L"Unknown"), 0),
SIP(SREF(L"Stopped"), SERVICE_STOPPED),
SIP(SREF(L"Start pending"), SERVICE_START_PENDING),
SIP(SREF(L"Stop pending"), SERVICE_STOP_PENDING),
Expand Down

0 comments on commit 2a14658

Please sign in to comment.