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-6-gb33c83a ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Jan 2013 09:50:21 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-6-gb33c83a
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 b33c83a3a16b10bd3ee72ed5b6996e4abf7f7d4f (commit)
from 8ec172d105a9b665e2c823675e43bfa26e81b168 (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 b33c83a3a16b10bd3ee72ed5b6996e4abf7f7d4f
Author: Carlos Vicente <[email protected]>
Date: Thu Jan 3 12:50:08 2013 -0500
Minor bug fix in PhysAddr method
diff --git a/lib/Netdot/Model/PhysAddr.pm b/lib/Netdot/Model/PhysAddr.pm
index fcd60d4..4677141 100644
--- a/lib/Netdot/Model/PhysAddr.pm
+++ b/lib/Netdot/Model/PhysAddr.pm
@@ -757,7 +757,7 @@ sub get_last_n_arp {
sub devices {
my ($self) = @_;
- map { $_->devices if ($_->devices) } $self->assets;
+ map { $_->devices } $self->assets;
}
################################################################
-----------------------------------------------------------------------
Summary of changes:
lib/Netdot/Model/PhysAddr.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 70, Issue 3
*******************************************