double server.register causing telnet server 'help'-problem
-----------------------------------------------------------

                 Key: LS-521
                 URL: http://dev.sourcefabric.org/browse/LS-521
             Project: Liquidsoap
          Issue Type: Bug
    Affects Versions: 1.0 beta
         Environment: liquidsoap from hg, parent: 2059:62dab79943fc tip
            Reporter: Rodger


test.liq:

set("server.telnet", 4)
set("server.telnet.port", 4321)
server.register("l", fun(x) -> "BOOM")
server.register("l", fun(x) -> "BOOM")
output.dummy(blank())

start it and connect to 4321 port with telnet:
$ liquidsoap test.liq

$ telnet localhost 4321
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

try to get help:
help
ERROR: Invalid_argument("equal: functional value")
END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à