projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38c23b
)
Reinsert initialiser for __UNUSED_loglevel
author
Mike Taylor
<mike@indexdata.com>
Wed, 22 Mar 2006 17:58:32 +0000
(17:58 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 22 Mar 2006 17:58:32 +0000
(17:58 +0000)
src/statserv.c
patch
|
blob
|
history
diff --git
a/src/statserv.c
b/src/statserv.c
index
a0eb0f5
..
2ab5b9e
100644
(file)
--- a/
src/statserv.c
+++ b/
src/statserv.c
@@
-5,7
+5,7
@@
* NT threaded server code by
* Chas Woodfield, Fretwell Downing Informatics.
*
- * $Id: statserv.c,v 1.35 2006-03-22 13:50:46 mike Exp $
+ * $Id: statserv.c,v 1.36 2006-03-22 17:58:32 mike Exp $
*/
/**
@@
-93,6
+93,7
@@
statserv_options_block control_block = {
1, /* dynamic mode */
0, /* threaded mode */
0, /* one shot (single session) */
+ 0, /* __UNUSED_loglevel */
"", /* no PDUs */
"", /* diagnostic output to stderr */
"tcp:@:9999", /* default listener port */