You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required because addr is const and addr is being assigned to tmp via
strrchr.
As a result parse_port_of_addr also needs to return a const, and the test vars
need to be const.
0 commit comments