You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2014/06/16 16:53:04 UTC

svn commit: r1602883 - /vcl/trunk/managementnode/lib/VCL/new.pm

Author: arkurth
Date: Mon Jun 16 14:53:04 2014
New Revision: 1602883

URL: http://svn.apache.org/r1602883
Log:
Fixed call to renamed subroutine: update_request_password --> update_reservation_password

Modified:
    vcl/trunk/managementnode/lib/VCL/new.pm

Modified: vcl/trunk/managementnode/lib/VCL/new.pm
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/new.pm?rev=1602883&r1=1602882&r2=1602883&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/new.pm Mon Jun 16 14:53:04 2014
@@ -961,7 +961,7 @@ sub reserve_computer {
 				my $reservation_password = getpw();
 				
 				# Update the password in the reservation table
-				if (update_request_password($reservation_id, $reservation_password)) {
+				if (update_reservation_password($reservation_id, $reservation_password)) {
 					notify($ERRORS{'DEBUG'}, 0, "updated password in the reservation table");
 				}
 				else {