Update of /src/master/dx/src/exec/dpexec
In directory opendx.watson.ibm.com:/tmp/cvs-serv49264
Modified Files:
graph.c
Log Message:
A few fixes to the module-path stuff. Needed to call DXcreate_lock on
the mod_name_tables_lock so that in non-debug environments (where memory
is initialized to 0) the initial state of the lock is unlocked. There
was a return from _dxf_ExGraphInsertAndLookupName that left the lock locked.
And allocating the module-path LIST was wrong - sizeof(mod_name_str_table)
is 4 - its a pointer - but you needed to allocate a list header - what it
points to.