Skip to content

Commit f8a45e8

Browse files
author
binlingyu
committed
Modify the is_script function for match_command.c
1 parent 7fb98a9 commit f8a45e8

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)