diff options
Diffstat (limited to 'lib/replace/cwrap.c')
-rw-r--r-- | lib/replace/cwrap.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/replace/cwrap.c b/lib/replace/cwrap.c index 2935b5061f..2488b5c2b5 100644 --- a/lib/replace/cwrap.c +++ b/lib/replace/cwrap.c @@ -25,6 +25,11 @@ #include "replace.h" +bool nss_wrapper_enabled(void) +{ + return false; +} + bool uid_wrapper_enabled(void) { return false; |