Changes in uspace/srv/ns/clonable.c [c7bbf029:007e6efa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/clonable.c
rc7bbf029 r007e6efa 78 78 if (list_empty(&cs_req)) { 79 79 /* There was no pending connection request. */ 80 printf( "%s: Unexpected clonable server.\n", NAME);80 printf(NAME ": Unexpected clonable server.\n"); 81 81 ipc_answer_0(callid, EBUSY); 82 82 return;
Note:
See TracChangeset
for help on using the changeset viewer.