Add support for multiple Debug lines per program. Callers may
register arbitrary debug facilities or use built-in defaults. We now use separate Debug statements for plugins and programs.
This commit is contained in:
@@ -71,7 +71,7 @@ set_project(struct passwd *pw)
|
||||
struct project proj;
|
||||
char buf[PROJECT_BUFSZ];
|
||||
int errval;
|
||||
debug_decl(set_project, SUDO_DEBUG_UTIL)
|
||||
debug_decl(set_project, SUDO_DEBUG_UTIL, sudo_debug_instance)
|
||||
|
||||
/*
|
||||
* Collect the default project for the user and settaskid
|
||||
|
Reference in New Issue
Block a user