X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffind.c;h=85994b6dc4e4c8e73b8ecfdde7cebb2ebf75682a;hb=9af96c41f64567e6fbe0dd25f6ffa90385e9c49a;hp=287aae39f275fca802ba3948d2ac117d8afee7ba;hpb=3c5b447efd42b03c24104bdc1f3260e879bb1d25;p=libguestfs.git diff --git a/daemon/find.c b/daemon/find.c index 287aae3..85994b6 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -113,7 +113,7 @@ do_find (char *dir) return NULL; } } - if (pclose (fp) == -1) { + if (pclose (fp) != 0) { reply_with_perror ("pclose: find"); free_stringslen (res, size); return NULL;