projects
/
payproc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836b982
)
Remove do not use live mode check
author
Werner Koch
<wk@gnupg.org>
Fri, 13 Jun 2014 18:15:41 +0000
(20:15 +0200)
committer
Werner Koch
<wk@gnupg.org>
Fri, 13 Jun 2014 18:15:41 +0000
(20:15 +0200)
src/payprocd.c
patch
|
blob
|
history
diff --git
a/src/payprocd.c
b/src/payprocd.c
index
e3d9655
..
9179913
100644
(file)
--- a/
src/payprocd.c
+++ b/
src/payprocd.c
@@
-261,9
+261,6
@@
main (int argc, char **argv)
if (log_get_errorcount (0))
exit (2);
- if (opt.livemode)
- log_fatal ("live mode rejected - we need more testing first\n");
-
/* Start the server. */
launch_server (logfile);