Author: arkurth
Date: Fri Nov 21 19:24:30 2014
New Revision: 1640980
URL: http://svn.apache.org/r1640980
Log:
Fixed typo in vcld left in for testing.
Modified:
vcl/trunk/managementnode/bin/vcld
Modified: vcl/trunk/managementnode/bin/vcld
URL:
http://svn.apache.org/viewvc/vcl/trunk/managementnode/bin/vcld?rev=1640980&r1=1640979&r2=1640980&view=diff
==============================================================================
--- vcl/trunk/managementnode/bin/vcld (original)
+++ vcl/trunk/managementnode/bin/vcld Fri Nov 21 19:24:30 2014
@@ -579,7 +579,7 @@ sub make_new_child {
$state_object =
($state_module)->new({%{$request_data}, data_structure => $data_structure});
};
- if (!$state_object) {
+ if ($state_object) {
notify($ERRORS{'OK'}, $LOGFILE, "$state_module
object created and initialized");
# Call the state object's process() subroutine