X-Sender: sayuri@pop.terisa.com Date: Thu, 31 Jul 1997 11:11:50 -0700 From: Sayuri Nishimura Subject: SETREF v1.0 patch, patch-setref-19970731-1.0 recedence: bulk Enclosed at the end of this message is a patch for SETREF v1.0 that fixes a bug introduced in the patch patch-setref-19970716-1.0. Please apply this patch after you apply the patch 19970716. Regards, sayuri %%%%%%%%%%%%patch-setref-19970731-1.0%%%%%%%%%%%%%%%%%%%% Patch Number: 19970731 Patches Version: 1.0 Prerequisites: 19970716 Comments: It fixes a simple ASSERT bug introduced in patch 1997016. diff -r -c /foo/setref/set_msg/src/PReq.c ./set_msg/src/PReq.c *** /prod/ship/set/v1_0/build/sunos413/setref/set_msg/src/PReq.c Fri Jul 25 12:07:49 1997 --- ./set_msg/src/PReq.c Thu Jul 31 10:55:42 1997 *************** *** 250,256 **** status = query_set_app_ctx(app_ctx, SET_APP_CTX_QUERY_OPS_CTX, &crypto); if (status != NO_ERROR) ERETURN(SET_ERR_INTERNAL); ! ASSERT(codec != 0); status = query_set_app_ctx(app_ctx, SET_APP_CTX_QUERY_A2C_CTX, &codec); if (status != NO_ERROR) ERETURN(SET_ERR_INTERNAL); --- 250,256 ---- status = query_set_app_ctx(app_ctx, SET_APP_CTX_QUERY_OPS_CTX, &crypto); if (status != NO_ERROR) ERETURN(SET_ERR_INTERNAL); ! ASSERT(crypto != 0); status = query_set_app_ctx(app_ctx, SET_APP_CTX_QUERY_A2C_CTX, &codec); if (status != NO_ERROR) ERETURN(SET_ERR_INTERNAL);