Warn for bad combination of cookie options
commit219f7415d1765db8c59dc7530416a4293416c869
authorSebastian Hahn <sebastian@torproject.org>
Fri, 20 Aug 2010 00:42:17 +0000 (20 02:42 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Fri, 20 Aug 2010 00:45:10 +0000 (20 02:45 +0200)
treea3688360ea40001fa0b2224d6e42b94126210b18
parenteba3f37f17a2af4ff628dd5cbc653441e6dce6eb
Warn for bad combination of cookie options

Setting CookieAuthFileGroupReadable but without setting CookieAuthFile makes
no sense, because unix directory permissions for the data directory prevent
the group from accessing the file anyways.
changes/bug1843 [new file with mode: 0644]
src/or/config.c