artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
421877d
)
smtpd enqueue -S does not take an argument, fix optstring accordingly
author
gilles
<gilles@openbsd.org>
Sun, 3 May 2015 17:53:50 +0000
(17:53 +0000)
committer
gilles
<gilles@openbsd.org>
Sun, 3 May 2015 17:53:50 +0000
(17:53 +0000)
fix by Nathanael Rensen
usr.sbin/smtpd/enqueue.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/enqueue.c
b/usr.sbin/smtpd/enqueue.c
index
f8cdeda
..
d0ff0cd
100644
(file)
--- a/
usr.sbin/smtpd/enqueue.c
+++ b/
usr.sbin/smtpd/enqueue.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: enqueue.c,v 1.9
1 2015/02/27 12:17:36 millert Exp $
*/
+/* $OpenBSD: enqueue.c,v 1.9
2 2015/05/03 17:53:50 gilles Exp $
*/
/*
* Copyright (c) 2005 Henning Brauer <henning@bulabula.org>
@@
-186,7
+186,7
@@
enqueue(int argc, char *argv[])
save_argv = argv;
while ((ch = getopt(argc, argv,
- "A:B:b:E::e:F:f:iJ::L:mN:o:p:qRS
:
tvV:x")) != -1) {
+ "A:B:b:E::e:F:f:iJ::L:mN:o:p:qRStvV:x")) != -1) {
switch (ch) {
case 'f':
fake_from = optarg;