pulse-server: make name in create_server const
constify the name in create_server() and make a copy of the name were it is needed instead of modifying the argument in-place.
Loading
Please register or sign in to comment
constify the name in create_server() and make a copy of the name were it is needed instead of modifying the argument in-place.