Revision: 7253 http://sourceforge.net/p/ipcop/svn/7253 Author: owes Date: 2014-02-26 16:00:21 +0000 (Wed, 26 Feb 2014) Log Message: ----------- suppress used only once warnings.
Modified Paths: -------------- ipcop/trunk/src/scripts/setddns.pl Modified: ipcop/trunk/src/scripts/setddns.pl =================================================================== --- ipcop/trunk/src/scripts/setddns.pl 2014-02-23 19:25:27 UTC (rev 7252) +++ ipcop/trunk/src/scripts/setddns.pl 2014-02-26 16:00:21 UTC (rev 7253) @@ -30,6 +30,10 @@ # Settings and hosts are automatically pulled in through ddns-lib.pl +# Suppress used only once warnings +my @dummy = ( ${DDNS::settings}, ${General::version}, @{General::noipprefix} ); +undef (@dummy); + #Prototypes functions sub encode_base64 ($;$); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn