Parent Directory
|
Revision Log
|
Patch
| revision 859 by blade, Fri Feb 9 22:02:42 2007 UTC | revision 860 by peters, Thu Jun 2 15:53:25 2011 UTC | |
|---|---|---|
| # | Line 1054 static void exit_wrapper(int status) | Line 1054 static void exit_wrapper(int status) |
| 1054 | ||
| 1055 | if (child_pid != 0) { | if (child_pid != 0) { |
| 1056 | SCSI *usalp = get_scsi_p(); | SCSI *usalp = get_scsi_p(); |
| 1057 | if (usalp->running) { | if (usalp && usalp->running) { |
| 1058 | usalp->cb_fun = on_exitscsi; | usalp->cb_fun = on_exitscsi; |
| 1059 | usalp->cb_arg = (void *) (uintptr_t) status; | usalp->cb_arg = (void *) (uintptr_t) status; |
| 1060 | } else { | } else { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |