From: mar Date: Tue, 15 Jan 1991 13:15:19 +0000 (+0000) Subject: found NULL deref X-Git-Tag: release77~735 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/5dabdff425d8e42fad6044f7ba1ea57fd3765996?ds=sidebyside found NULL deref --- 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);