Skip to content

socketserver: Fix unconditional delete of UDS

Vgutierrez requested to merge fix-socketserver into main

df1e2db3 added a defer that will unconditionally delete the socket, even if NewSocketServer() returns successfully

Merge request reports