Skip to content

minissdpd: Fix compiler warning

Thomas Bernard requested to merge yumkam:master into master

Created by: yumkam

Same as a9302891 for miniupnpd

Fixes

getroute.c: In function 'get_src_for_route_to':
getroute.c:175:80: warning: format '%lu' expects argument of type 'long unsigned int', but argument  has type 'unsigned int' [-Wformat=]
                (unsigned)*src_len, RTA_PAYLOAD(rta));
                                                                                ^

Merge request reports