Skip to content
Snippets Groups Projects
Commit 84307408 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

nothing to do with oneshot logger

parent 09b0d50b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include <66/service.h>
#include <66/constants.h>
#include <66/state.h>
#include <66/enum.h>
#include <s6/fdholder.h>
......@@ -43,7 +44,7 @@ void sanitize_fdholder(resolve_service_t *res, uint32_t flag)
{
log_flow() ;
if (res->logger.name) {
if (res->logger.name && res->type == TYPE_CLASSIC) {
stralloc list = STRALLOC_ZERO ;
char *sa = res->sa.s ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment