Re: [PATCH] New ORB_init option "ORBNetID=<string>"
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.gnome.orbit.general |
|---|---|
| Message-ID | <[email protected]> |
Jules Colding writes: > Just out of curiosity, will your test app work if use_local_host > would default to LINK_NET_ID_IS_FQDN instead? Yes it does. (It's the "test-linc" in the linc2 sources.) BTW, your patch introduced C++/C99-style variable declarations interspersed with statements... presumably this should be made C89 compliant and variable declarations moved to the start of the block. --tml