Acked-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> Thanks, Alin.
> -----Mesaj original----- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Nithin Raju > Trimis: Wednesday, April 13, 2016 12:57 AM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH] datapath-windows: minor fixes in GetNICAlias() > > signed-off-by: Nithin Raju <nit...@vmware.com> > --- > datapath-windows/ovsext/Vport.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/datapath-windows/ovsext/Vport.c b/datapath- > windows/ovsext/Vport.c index 7b0103d..4da2b42 100644 > --- a/datapath-windows/ovsext/Vport.c > +++ b/datapath-windows/ovsext/Vport.c > @@ -1067,10 +1067,10 @@ static NTSTATUS > GetNICAlias(GUID *netCfgInstanceId, > IF_COUNTED_STRING *portFriendlyName) { > - NTSTATUS status = STATUS_SUCCESS; > - WCHAR interfaceName[IF_MAX_STRING_SIZE] = { 0 }; > - NET_LUID interfaceLuid = { 0 }; > - size_t len = 0; > + NTSTATUS status; > + WCHAR interfaceName[IF_MAX_STRING_SIZE + 1]; > + NET_LUID interfaceLuid; > + size_t len; > > status = ConvertInterfaceGuidToLuid(netCfgInstanceId, > &interfaceLuid); > -- > 2.6.2 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev