Skip to content

Commit

Permalink
Duplicate symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Sep 28, 2023
1 parent 0b438b4 commit 8e3f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/toolkit/remote/remote_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void ServerRegisterHandlers(struct Remote_evpath_state &ev_state)
CMregister_handler(ev_state.KillResponseFormat, KillResponseHandler, &ev_state);
}

const char *hostname = "localhost";
static const char *hostname = "localhost";

void connect_and_kill(int ServerPort)
{
Expand Down

0 comments on commit 8e3f8f9

Please sign in to comment.