X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fguestfsd.c;h=af554bf7c3814771bdf2984c534a25700f919590;hb=7eda9e6fb2b1f6504167ab650886f5a336fc6919;hp=ad3ce15ec32b8218e0f0b430de87014b25337095;hpb=ff2f3fc656b62ba4291ddb4a7238426c446db7c3;p=libguestfs.git diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index ad3ce15..af554bf 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); }