No longer need sudo_getepw() stubs.
This commit is contained in:
@@ -339,12 +339,6 @@ sudo_endspent(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
|
||||||
sudo_getepw(const struct passwd *pw)
|
|
||||||
{
|
|
||||||
return pw->pw_passwd;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
set_fqdn(void)
|
set_fqdn(void)
|
||||||
{
|
{
|
||||||
|
@@ -595,12 +595,6 @@ group_plugin_query(const char *user, const char *group, const struct passwd *pw)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
|
||||||
sudo_getepw(const struct passwd *pw)
|
|
||||||
{
|
|
||||||
return pw->pw_passwd;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Assuming a parse error occurred, prompt the user for what they want
|
* Assuming a parse error occurred, prompt the user for what they want
|
||||||
* to do now. Returns the first letter of their choice.
|
* to do now. Returns the first letter of their choice.
|
||||||
|
Reference in New Issue
Block a user