]> git.ipfire.org Git - thirdparty/tor.git/commit
break out a new function config_assign_value() that just assigns the
authorRoger Dingledine <arma@torproject.org>
Sat, 10 Sep 2005 02:42:32 +0000 (02:42 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 10 Sep 2005 02:42:32 +0000 (02:42 +0000)
commit9b54cd349dc6f002cee4185f53f16b853ff1503f
tree4a58b9c7cb1752006ce194a467f40b98c152d7ef
parenta4f32e77ef074cd19f0f94ad59bc240c87fd9803
break out a new function config_assign_value() that just assigns the
value it's given, and doesn't do any of their weird clearing or resetting
stuff. use that when we're trying to clear or reset values.

svn:r4984
src/or/config.c