Skip to content

Commit 7269ee2

Browse files
LumioseSilmillert
authored andcommitted
Replace sudo_stat_plugin with sudo_qualify_plugin, as sudo_stat_plugin does not exist
sudo_qualify_plugin was probably meant instead.
1 parent e3fd614 commit 7269ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/load_plugins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo_qualify_plugin(struct plugin_info *info, char *fullpath, size_t pathsize)
4040
{
4141
const char *plugin_dir = sudo_conf_plugin_dir_path();
4242
int len;
43-
debug_decl(sudo_stat_plugin, SUDO_DEBUG_PLUGIN);
43+
debug_decl(sudo_qualify_plugin, SUDO_DEBUG_PLUGIN);
4444

4545
if (info->path[0] == '/') {
4646
if (strlcpy(fullpath, info->path, pathsize) >= pathsize) {

0 commit comments

Comments
 (0)