diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 671788cae3..a592c3d0f9 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -147,7 +147,7 @@ static struct { { "client-versions", K_CLIENT_VERSIONS, ARGS, NO_OBJ, NETSTATUS }, { "server-versions", K_SERVER_VERSIONS, ARGS, NO_OBJ, NETSTATUS }, { "eventdns", K_EVENTDNS, ARGS, NO_OBJ, RTR }, - { NULL, -1, NO_ARGS, NO_OBJ, ANY } + { NULL, _NIL, NO_ARGS, NO_OBJ, ANY } }; /* static function prototypes */ |