From 23418f794a40fe6e8307357f89eb6640ed771e64 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 8 Mar 2010 10:46:19 +0000 Subject: [PATCH] put GetRPCMethods into cwmp namespace git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@272 836a5e1a-633d-0410-964b-294494ad4392 --- lib/CWMP/Methods.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CWMP/Methods.pm b/lib/CWMP/Methods.pm index 5721c41..d614630 100644 --- a/lib/CWMP/Methods.pm +++ b/lib/CWMP/Methods.pm @@ -77,7 +77,7 @@ sub GetRPCMethods { my ( $self, $state ) = @_; $self->xml( $state, sub { my ( $X, $state ) = @_; - $X->GetRPCMethods(); + $X->GetRPCMethods( $cwmp, '' ); }); }; -- 2.20.1