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

change type of logname var

parent 4e8b354d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ void write_services(resolve_service_t *res, char const *workdir, uint8_t force)
char *name = res->sa.s + res->name ;
uint32_t type = res->type ;
char logname = get_rstrlen_until(name, SS_LOG_SUFFIX) ;
ssize_t logname = get_rstrlen_until(name, SS_LOG_SUFFIX) ;
if (logname > 0)
type = 10 ;
......
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