Changeset 25271006 in mainline for uspace/srv/net/netif/lo/lo.c
- Timestamp:
- 2010-10-26T22:43:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3cd95ef
- Parents:
- c4fbf7fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/lo.c
rc4fbf7fd r25271006 166 166 ERROR_DECLARE; 167 167 168 netif_device_t * 168 netif_device_t *device; 169 169 170 170 // create a new device … … 245 245 246 246 /* 247 * End if said to either by the message or the processing247 * End if told to either by the message or the processing 248 248 * result. 249 249 */ … … 262 262 263 263 /* Start the module */ 264 if (ERROR_OCCURRED(netif_module_start(netif_client_connection))) 265 return ERROR_CODE; 266 264 ERROR_PROPAGATE(netif_module_start(netif_client_connection)); 267 265 return EOK; 268 266 }
Note:
See TracChangeset
for help on using the changeset viewer.