projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b14b1
)
* starttls.c: Fix the argument of getopt_long.
author
okada
<okada>
Tue, 22 Jan 2002 09:00:07 +0000
(09:00 +0000)
committer
okada
<okada>
Tue, 22 Jan 2002 09:00:07 +0000
(09:00 +0000)
ChangeLog
patch
|
blob
|
history
starttls.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
9d64af6
..
3849413
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2002-01-22 Kenichi OKADA <okada@opaopa.org>
+
+ * starttls.c: Fix the argument of getopt_long.
+
2002-01-22 Daiki Ueno <ueno@unixuser.org>
* configure.in: Don't check the existence of "socks.h".
diff --git
a/starttls.c
b/starttls.c
index
93c562b
..
37cf993
100644
(file)
--- a/
starttls.c
+++ b/
starttls.c
@@
-221,7
+221,7
@@
main (argc, argv)
while (1)
{
- c = getopt_long (argc, argv, "c:k:v:f", long_options, &option_index);
+ c = getopt_long (argc, argv, "c:k:v:", long_options, &option_index);
if (c == -1)
break;