Comment 3 for bug 1308542

Revision history for this message
Soumya Koduri (skoduri) wrote :

" glfs_init" cannot be called before since it checks for cmds_args->volfile_server which is allocated only in "glfs_set_volfile_server". We should either modify "glfs_fini" or define a new function to do the cleanup based on if init is done or not.