X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fbutc%2Ftcudbprocs.c;h=322c617659088e53c708abdd563f13deece0aad0;hp=5bb0ca14845975e302437493bc40e45417154126;hb=e4862e284832420e9dbf5a6f437f6f7c8801f7dd;hpb=0cb0d44da3d35a9d58ad9714042ea15c7b85c65a diff --git a/src/butc/tcudbprocs.c b/src/butc/tcudbprocs.c index 5bb0ca1..322c617 100644 --- a/src/butc/tcudbprocs.c +++ b/src/butc/tcudbprocs.c @@ -493,7 +493,11 @@ writeDbDump(struct butm_tapeInfo *tapeInfoPtr, afs_uint32 taskId, LWP_CreateProcess(KeepAlive, 16384, 1, NULL, "Keep-alive process", &alivePid); #endif - /* XXX should we check code here ??? XXX */ + if (code) { + ErrorLog(0, taskId, code, 0, + "Failed to create keep alive process\n"); + ERROR_EXIT(code); + } } firstcall = 0;