From a3909bca45dbbf73c7e255891a18f0749318b39f Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 27 Jan 2006 22:03:40 +0000 Subject: [PATCH] turn of signature checking for now git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@630 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perlmods/OpenSRF/Application.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/perlmods/OpenSRF/Application.pm b/src/perlmods/OpenSRF/Application.pm index 6365ff7..2879e1f 100644 --- a/src/perlmods/OpenSRF/Application.pm +++ b/src/perlmods/OpenSRF/Application.pm @@ -146,7 +146,7 @@ sub handler { my $resp; try { # un-if(0) this block to enable param checking based on signature and argc - if (1) { + if (0) { if (@args < $coderef->argc) { die "Not enough params passed to ". $coderef->api_name." : requires ". $coderef->argc @@ -225,7 +225,7 @@ sub handler { my $resp; try { # un-if(0) this block to enable param checking based on signature and argc - if (1) { + if (0) { if (@args < $aref->[2]->argc) { die "Not enough params passed to ". $aref->[2]->api_name." : requires ". $aref->[2]->argc -- 2.11.0