diff options
Diffstat (limited to 'daemon/guestfsd.c')
-rw-r--r-- | daemon/guestfsd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index ad3ce15e..af554bf7 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -745,8 +745,6 @@ print_sysroot_shell_quote (FILE *stream, const struct printf_info *info, const void *const *args) { -#define SAFE(c) (isalnum((c)) || \ - (c) == '/' || (c) == '-' || (c) == '_' || (c) == '.') fputs (sysroot, stream); return sysroot_len + print_shell_quote (stream, info, args); } |