projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4775f33
)
EEXIST
author
Nils Durner
<durner@gnunet.org>
Mon, 22 Nov 2010 20:27:59 +0000
(20:27 +0000)
committer
Nils Durner
<durner@gnunet.org>
Mon, 22 Nov 2010 20:27:59 +0000
(20:27 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index c25782a42113f1c4d2e265e88bbb542355270e19..80558ea0ecead6bae5218f82fa83fbc50efcf00c 100644
(file)
--- a/
src/util/disk.c
+++ b/
src/util/disk.c
@@
-1925,7
+1925,7
@@
GNUNET_DISK_npipe_open (const char *fn,
if (mkfifo(fn, translate_unix_perms(perm)) == -1)
{
- if (errno == EEXIST
S
&& flags & GNUNET_DISK_OPEN_FAILIFEXISTS)
+ if (errno == EEXIST && flags & GNUNET_DISK_OPEN_FAILIFEXISTS)
return NULL;
}