From 5dabdff425d8e42fad6044f7ba1ea57fd3765996 Mon Sep 17 00:00:00 2001 From: mar Date: Tue, 15 Jan 1991 13:15:19 +0000 Subject: [PATCH] found NULL deref --- update/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/client.c b/update/client.c index b0ed64e4..a8b85856 100644 --- a/update/client.c +++ b/update/client.c @@ -145,7 +145,7 @@ char *instructions; com_err(whoami, 0, "starting update for %s", service_updated); /* open connection */ - conn = start_server_connection(service_address, 0); + conn = start_server_connection(service_address, ""); if (!conn || (connection_status(conn) == CON_STOPPED)) { com_err(whoami, connection_errno(conn), " can't connect to update %s", service_address); -- 2.45.2