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

remove deprecated nosetsid flag

parent c5390b66
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,6 @@ typedef enum enum_flags_e enum_flags_t, *enum_flags_t_ref ;
enum enum_flags_e
{
FLAGS_DOWN = 0 ,
FLAGS_NOSETSID ,
FLAGS_ENDOFKEY
} ;
......
......@@ -576,8 +576,6 @@ int keep_common(sv_alltype *service,keynocheck *nocheck,int svtype)
if (r == -1) return 0 ;
if (r == FLAGS_DOWN)
service->flags[0] = 1 ;/**0 means not enabled*/
if (r == FLAGS_NOSETSID)
log_warn("deprecated file nosetsid -- ignoring") ;
}
break ;
case KEY_MAIN_USER:
......
......@@ -120,7 +120,6 @@ char const *enum_str_opts[] = {
char const *enum_str_flags[] = {
"down" ,
"nosetsid" ,
0
} ;
......
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