Skip to content

Commit

Permalink
do not send mac header in outgoing notification
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 43b73b0 commit fa3aeb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ public OutgoingNotificationRequestRootDevice(Location location, LocalDevice devi
getHeaders().add(UpnpHeader.Type.NT, new RootDeviceHeader());
getHeaders().add(UpnpHeader.Type.USN, new USNRootDeviceHeader(device.getIdentity().getUdn()));

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

}

0 comments on commit fa3aeb9

Please sign in to comment.