[Red5devs] [PATCH 01 of 15] typo: arguments swapped

Mondain mondain at gmail.com
Tue Aug 26 15:43:26 PDT 2008


Added.. how the heck did i mess that up?? :)

On Tue, Aug 26, 2008 at 11:02 AM, mabrek <mabrek at gmail.com> wrote:

> diff -r 21a53481ac40 -r 3194e68769da
> src/org/red5/server/tomcat/TomcatLoader.java
> --- a/src/org/red5/server/tomcat/TomcatLoader.java      Tue Aug 26 07:48:37
> 2008 +0400
> +++ b/src/org/red5/server/tomcat/TomcatLoader.java      Mon Jul 14 19:35:43
> 2008 +0400
> @@ -334,7 +334,7 @@
>                // set connection properties
>                for (String key : connectionProperties.keySet()) {
>                        log.debug("Setting connection property: {} = {}",
> key, connectionProperties.get(key));
> -
> connector.setProperty(connectionProperties.get(key), key);
> +                       connector.setProperty(key,
> connectionProperties.get(key));
>                }
>
>                // Add new Connector to set of Connectors for embedded
> server,
>
>
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>



-- 
http://gregoire.org/
http://osflash.org/red5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20080826/70ba73e8/attachment.html 


More information about the Red5devs mailing list