From: Katy Feng Date: Tue, 22 Aug 2023 18:11:42 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4dd03d969efe60c6c77002a3b8c8ddfd325ab3;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/asyncsocket/asyncsocket.c b/open-vm-tools/lib/asyncsocket/asyncsocket.c index 242d95c02..26aee553a 100644 --- a/open-vm-tools/lib/asyncsocket/asyncsocket.c +++ b/open-vm-tools/lib/asyncsocket/asyncsocket.c @@ -6772,8 +6772,6 @@ AsyncSocket_ListenSocketUDS(const char *pipeName, // IN addr.sun_family = AF_UNIX; Str_Strcpy(addr.sun_path, pipeName, sizeof addr.sun_path); - Log(ASOCKPREFIX "creating new socket listening on %s\n", pipeName); - asock = AsyncTCPSocketListenImpl((struct sockaddr_storage *)&addr, sizeof addr, connectFn, clientData, pollParams, &tempError);