git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20e5c0
)
daemon: Ignore return value from chdir.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Feb 2011 19:33:30 +0000
(19:33 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Feb 2011 19:33:30 +0000
(19:33 +0000)
This updates commit
7eb012f3710bb554d5fc2c4229036901b0b5ad90
.
daemon/guestfsd.c
patch
|
blob
|
history
diff --git
a/daemon/guestfsd.c
b/daemon/guestfsd.c
index
b3154a6
..
1af0f7a
100644
(file)
--- a/
daemon/guestfsd.c
+++ b/
daemon/guestfsd.c
@@
-130,7
+130,7
@@
main (int argc, char *argv[])
int c;
char *cmdline;
-
chdir ("/"
);
+
ignore_value (chdir ("/")
);
if (winsock_init () == -1)
error (EXIT_FAILURE, 0, "winsock initialization failed");