[server] minor access.conf variable name bug fix

This commit is contained in:
Michael Rash
2015-10-03 06:16:47 -07:00
parent b03c007c44
commit a11881433d
+1 -1
View File
@@ -1589,7 +1589,7 @@ parse_access_file(fko_srv_options_t *opts)
{
if(add_acc_group(&(curr_acc->cmd_exec_group),
&(curr_acc->cmd_exec_gid), val,
"CMD_SUDO_EXEC_GROUP") != SUCCESS)
"CMD_EXEC_GROUP") != SUCCESS)
{
fclose(file_ptr);
clean_exit(opts, NO_FW_CLEANUP, EXIT_FAILURE);