git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8b26070
)
Typo in debug output.
author
Todd Lyons
<tlyons@exim.org>
Mon, 17 Sep 2012 16:11:58 +0000
(09:11 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Mon, 17 Sep 2012 16:11:58 +0000
(09:11 -0700)
src/src/transports/pipe.c
patch
|
blob
|
history
diff --git
a/src/src/transports/pipe.c
b/src/src/transports/pipe.c
index 15714f3f48c9911546359959a7a8f76642da2bfa..32a7bfa7c8bfb751dd1be2c8f24a867aaaefedaf 100644
(file)
--- a/
src/src/transports/pipe.c
+++ b/
src/src/transports/pipe.c
@@
-186,7
+186,7
@@
if (ob->permit_coredump)
if (errno != ENOSYS && errno != ENOTSUP)
#endif
log_write(0, LOG_MAIN,
if (errno != ENOSYS && errno != ENOTSUP)
#endif
log_write(0, LOG_MAIN,
- "delivery setrlimit(RLIMIT_CORE, RLIM
I
_INFINITY) failed: %s",
+ "delivery setrlimit(RLIMIT_CORE, RLIM_INFINITY) failed: %s",
strerror(errno));
}
}
strerror(errno));
}
}