connection_or_set_ext_or_identifier() uses uninitialized data

The function copies data from the stack in conn->ext_or_conn_id but fortunately that value is never read/used so we can simply do a code removal here for this function.

This was caught with an old gcc 9.4 and thus prevents compilation due to the warning.