Trivial: fix a typo in wsgi_service

Change-Id: Ia7d8ed8b40db7e3d6752e768113ccf52318ee374
This commit is contained in:
Dmitry Tantsur 2023-11-24 18:51:06 +01:00
parent 0d59e25cf8
commit 01507db18c
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -76,7 +76,7 @@ class WSGIService(service.ServiceBase):
"""
self.server.stop()
if CONF.api.unix_socket:
il_utils.unlink_without_raise(CONF.unix_socket)
il_utils.unlink_without_raise(CONF.api.unix_socket)
def wait(self):
"""Wait for the service to stop serving this API.