Skip to content

Commit

Permalink
datapath-windows: Remove unused section from driver inf
Browse files Browse the repository at this point in the history
The new tool chain for Windows 10 driver contains a inf file checker.
While compiling it found the following issue:
 - Common.Params.reg is missing.

This patch removes the entry since it is not used, and at the moment
we do not add any specific keys to the Windows registry.

Signed-off-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Alin Serdean authored and shettyg committed Dec 21, 2016
1 parent 7b930f4 commit 265fb85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datapath-windows/ovsext/ovsext.inf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\OVSExt.sys
LoadOrderGroup = NDIS
Description = %OVSExt_Desc%
AddReg = Common.Params.reg

[Install.Remove.Services]
DelService=OVSExt,0x200
Expand Down

0 comments on commit 265fb85

Please sign in to comment.