Move create_admin_success_flag() to timestamp.c.

This commit is contained in:
Todd C. Miller
2021-02-13 15:48:21 -07:00
parent 440febff86
commit 776c57a81e
4 changed files with 48 additions and 40 deletions

View File

@@ -500,6 +500,13 @@ timestamp_remove(bool unlink_it)
return true;
}
/* STUB */
int
create_admin_success_flag(void)
{
return true;
}
/* STUB */
static int
sudo_file_open(struct sudo_nss *nss)