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

fix display of nallow field at Master resolve file

parent 332f213d
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ int ssexec_tree_resolve(int argc, char const *const *argv, ssexec_t *info)
info_display_string(fields[13], mres.sa.s, mres.enabled, 1) ;
info_display_string(fields[14], mres.sa.s, mres.current, 1) ;
info_display_string(fields[15], mres.sa.s, mres.contents, 1) ;
info_display_int(fields[8], mres.nallow) ;
info_display_int(fields[16], mres.nenabled) ;
info_display_int(fields[17], mres.ncontents) ;
}
......
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