Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.4-71-g433965b ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 May 2013 06:53:07 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-71-g433965b
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, netdot-1.0 has been updated
       via  433965b831be800fb25e4dfd54f0bcc9d92306e7 (commit)
      from  dfd8d058a733af369a234c7c98515f277a10065f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 433965b831be800fb25e4dfd54f0bcc9d92306e7
Author: Carlos Vicente <[email protected]>
Date:   Mon May 20 09:53:00 2013 -0400

    Small correction

diff --git a/lib/Netdot/Exporter.pm b/lib/Netdot/Exporter.pm
index d00ba66..eccace4 100644
--- a/lib/Netdot/Exporter.pm
+++ b/lib/Netdot/Exporter.pm
@@ -140,7 +140,7 @@ sub get_device_info {
            $device_info{$devid}{interface}{$intid}{ip}{$ip_id}{version}   = 
$ip_version;
            $device_info{$devid}{interface}{$intid}{ip}{$ip_id}{subnet}    = 
$subnet;
            $device_info{$devid}{interface}{$intid}{ip}{$ip_id}{monitored} = 
$ip_mon;
-           if ( $ip_id == $target_id ){
+           if ( defined $target_id && $ip_id == $target_id ){
                $device_info{$devid}{target_addr} = $ip_addr;
                $device_info{$devid}{target_version} = $ip_version;
            }

-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/Exporter.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 74, Issue 10
********************************************

Reply via email to