Patrick Kirsch wrote:
Joe Morris (NTM) wrote:
I know very little about this problem, so I will share what I know and if anyone knows perl if you can give me a hint. Problem is this line in ddclient, debug("glo fw = $globals{'fw'}");,
which causes this error when run, Use of uninitialized value in concatenation (.) or string at /usr/sbin/ddclient line 1646.
The hash (%globals) entry of 'fw' is empty. Can you have a look for what $globals{'fw'} is used or when it is set?
It is only used in the following line, i.e. debug("glo fw = $globals{'fw'}"); #if ( $globals{'ssl'} and $server ne $globals{'fw'} ) { Which is commented out. Perhaps the author tried something or changed something and just forgot to comment out the debug line. Is that possible? -- Joe Morris Registered Linux user 231871 running openSUSE 10.2 x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org