Skip to content

Commit 676066e

Browse files
authored
Merge pull request #274 from bin-ly/main
Modify the is_script function for match_command.c
2 parents 7fb98a9 + f8a45e8 commit 676066e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/sudoers/match_command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ is_script(int fd)
163163
if (magic[0] == '#' && magic[1] == '!')
164164
ret = true;
165165
}
166-
debug_return_int(ret);
166+
debug_return_bool(ret);
167167
}
168168

169169
/*

0 commit comments

Comments
 (0)