Skip to content

Commit

Permalink
plm/alps: fix typo introduced in r31589
Browse files Browse the repository at this point in the history
This commit was SVN r31747.

The following SVN revision numbers were found above:
  r31589 --> 445b552
  • Loading branch information
hjelmn committed May 13, 2014
1 parent dd8de4d commit 2a57e71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orte/mca/plm/alps/plm_alps_module.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
* University Research and Technology
Expand All @@ -10,7 +11,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006-2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007-2012 Los Alamos National Security, LLC. All rights
* Copyright (c) 2007-2014 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2014 Intel Corporation. All rights reserved.
* $COPYRIGHT$
Expand Down Expand Up @@ -503,6 +504,7 @@ static void alps_wait_cb(pid_t pid, int status, void* cbdata){

if (0 != status) {
if (failed_launch) {
/* report that the daemon has failed so we break out of the daemon
* callback receive and exit
*/
ORTE_ACTIVATE_JOB_STATE(jdata, ORTE_JOB_STATE_FAILED_TO_START);
Expand Down

0 comments on commit 2a57e71

Please sign in to comment.