Committer: vad
Fix potentially unsafe call.U trunk/htdocs/sup/rpc_interface.bml
Modified: trunk/htdocs/sup/rpc_interface.bml =================================================================== --- trunk/htdocs/sup/rpc_interface.bml 2009-04-16 04:31:22 UTC (rev 7212) +++ trunk/htdocs/sup/rpc_interface.bml 2009-04-16 08:09:46 UTC (rev 7213) @@ -26,7 +26,7 @@ my $params = LJ::did_post() ? \%POST : \%GET; my $ip_class = LJ::LJcom::ip_class(); - my $remote_ip = LJ::get_remote_ip; + my $remote_ip = LJ::get_remote_ip(); my $trusted_commands = $LJ::IS_DEV_SERVER