Ignore:
File:
1 edited

Legend:

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

    rffa2c8ef r96b02eb9  
    3737
    3838#include "vfs.h"
     39#include <ipc/ipc.h>
    3940#include <macros.h>
    4041#include <async.h>
     
    178179        fibril_mutex_unlock(&plb_mutex);
    179180       
    180         if ((int) rc < EOK)
     181        if (((int) rc < EOK) || (!result))
    181182                return (int) rc;
    182 
    183         if (!result)
    184                 return EOK;
    185183       
    186184        result->triplet.fs_handle = (fs_handle_t) rc;
Note: See TracChangeset for help on using the changeset viewer.