diff options
Diffstat (limited to 'src/analysis/db')
-rw-r--r-- | src/analysis/db/server.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/db/server.c b/src/analysis/db/server.c index 252fcb3..258a66c 100644 --- a/src/analysis/db/server.c +++ b/src/analysis/db/server.c @@ -548,7 +548,10 @@ GHubServer *g_hub_server_new_remote(const char *host, const char *port, bool ipv } else + { assert(false); + ip = NULL; + } if (ip == NULL) { |