Changeset b927375 in mainline for uspace/srv/devman/main.c


Ignore:
Timestamp:
2011-02-19T18:11:52Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8cf6709
Parents:
8b1ea2d4
Message:

Fix regression in devmap-devman device connecting. Fix regression in tester/virtchar1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/main.c

    r8b1ea2d4 rb927375  
    562562        }
    563563       
    564         async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, dev->handle, 0,
     564        async_forward_fast(iid, dev->drv->phone, DRIVER_CLIENT, fun->handle, 0,
    565565            IPC_FF_NONE);
    566566        printf(NAME ": devman_connection_devmapper: forwarded connection to "
Note: See TracChangeset for help on using the changeset viewer.