Merge r4203

This commit is contained in:
Jo-Philipp Wich 2009-01-31 03:02:57 +00:00
parent 22827dbef4
commit e50137c73c
2 changed files with 2 additions and 5 deletions

View file

@ -128,7 +128,7 @@ adc.enabled = "yes"
adc.disabled = "no"
adc.optional = true
--[[
ipc = m:section(TypedSection, "IpcConnect")
ipc.anonymous = true
@ -140,6 +140,6 @@ nets.optional = true
hosts = ipc:option(Value, "Host")
hosts.optional = true
]]
return m

View file

@ -20,6 +20,3 @@ config 'LoadPlugin'
config 'LoadPlugin'
option 'library' 'olsrd_txtinfo.so.0.1'
option 'accept' '127.0.0.1'
config 'IpcConnect'
option 'MaxConnections' '0'