mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
ipc: fix a const trolling issue
This file doesn't appear to be generated, but there's a version that's generated in monero-0mq, so I'm not super certain...
This commit is contained in:
parent
383d96f5e2
commit
035b22d883
@ -106,12 +106,13 @@ client_terminate (client_t *self)
|
||||
void
|
||||
wap_server_test (bool verbose)
|
||||
{
|
||||
static char server_string[] = "server";
|
||||
printf (" * wap_server: ");
|
||||
if (verbose)
|
||||
printf ("\n");
|
||||
|
||||
// @selftest
|
||||
zactor_t *server = zactor_new (wap_server, "server");
|
||||
zactor_t *server = zactor_new (wap_server, server_string);
|
||||
if (verbose)
|
||||
zstr_send (server, "VERBOSE");
|
||||
zstr_sendx (server, "BIND", "ipc://@/wap_server", NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user