~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/control.c

  • Committer: Scott James Remnant
  • Date: 2006-08-16 04:32:02 UTC
  • Revision ID: scott@netsplit.com-20060816043202-8d3ccd7b44761fb7
* init/control.c (control_handle): Add missing break.

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
                reply->job_status.goal = job->goal;
349
349
                reply->job_status.state = job->state;
350
350
                reply->job_status.process_state = job->process_state;
 
351
 
 
352
                break;
351
353
        }
352
354
        default:
353
355
                /* Unknown message */