if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_2, (char*)res);
newargs = _DtCm_tableargs2_to_tableargs4(args);
- newres = _DtCm_rtable_lookup_4_svc(newargs, svcrq);
-
- res = _DtCm_tableres4_to_tableres2(newres);
+ if(newargs) {
+ newres = _DtCm_rtable_lookup_4_svc(newargs, svcrq);
- if (newargs!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Table_Args_4, (char*)newargs);
+ res = _DtCm_tableres4_to_tableres2(newres);
+
+ xdr_free((xdrproc_t)_DtCm_xdr_Table_Args_4, (char*)newargs);
+ }
return(res);
}