projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bef0de
)
Removed #ifndef RAND/#endif that no longer had any effect.
author
David Levine
<levinedl@acm.org>
Sat, 21 Jul 2012 16:58:57 +0000
(11:58 -0500)
committer
David Levine
<levinedl@acm.org>
Sat, 21 Jul 2012 16:58:57 +0000
(11:58 -0500)
mts/smtp/smtp.c
patch
|
blob
|
history
diff --git
a/mts/smtp/smtp.c
b/mts/smtp/smtp.c
index
adfa580
..
404c463
100644
(file)
--- a/
mts/smtp/smtp.c
+++ b/
mts/smtp/smtp.c
@@
-529,10
+529,8
@@
sendmail_init (char *client, char *server, int watch, int verbose,
vec[vecp++] = watch ? "-odi" : queued ? "-odq" : "-odb";
vec[vecp++] = "-oem";
vec[vecp++] = "-om";
-# ifndef RAND
if (verbose)
vec[vecp++] = "-ov";
-# endif /* not RAND */
vec[vecp++] = NULL;
setgid (getegid ());