Changeset 92e963f in mainline


Ignore:
Timestamp:
2012-08-23T18:48:41Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53d6b4aa
Parents:
1dec7cb
Message:

Bugfix: do not append to list twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/logs.c

    r1dec7cb r92e963f  
    127127                if (result == NULL)
    128128                        goto leave;
     129                list_append(&result->link, &log_list);
    129130        }
    130131
    131132        fibril_mutex_lock(&result->guard);
    132 
    133         list_append(&result->link, &log_list);
    134133
    135134leave:
Note: See TracChangeset for help on using the changeset viewer.