diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 21cb074408..cf4297978b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3246,8 +3246,8 @@ typedef struct { */ smartlist_t *AuthDirBadDirCC; smartlist_t *AuthDirBadExitCC; - smartlist_t *AuthDirRejectCC; smartlist_t *AuthDirInvalidCC; + smartlist_t *AuthDirRejectCC; /**@}*/ int AuthDirListBadDirs; /**< True iff we should list bad dirs, |