Skip to content

Commit

Permalink
do not send mac header in outgoing search response
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbleguuum authored and Christian Bauer committed Jan 22, 2014
1 parent fa3aeb9 commit cc777d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ public OutgoingSearchResponse(IncomingDatagramMessage request,
getHeaders().add(UpnpHeader.Type.SERVER, new ServerHeader());
getHeaders().add(UpnpHeader.Type.EXT, new EXTHeader());

/*
if (location.getNetworkAddress().getHardwareAddress() != null) {
getHeaders().add(
UpnpHeader.Type.EXT_IFACE_MAC,
new InterfaceMacHeader(location.getNetworkAddress().getHardwareAddress())
);
}
*/
}

}

0 comments on commit cc777d9

Please sign in to comment.