Changes in / [8b4e203:1ab0852] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_lookup.c

    r8b4e203 r1ab0852  
    179179        fibril_mutex_unlock(&plb_mutex);
    180180       
    181         if ((int) rc < EOK)
     181        if (((int) rc < EOK) || (!result))
    182182                return (int) rc;
    183 
    184         if (!result)
    185                 return EOK;
    186183       
    187184        result->triplet.fs_handle = (fs_handle_t) rc;
Note: See TracChangeset for help on using the changeset viewer.