]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove bad debug line
authorKern Sibbald <kern@sibbald.com>
Mon, 26 Apr 2010 17:07:00 +0000 (19:07 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:45 +0000 (16:53 +0200)
bacula/src/stored/lock.c

index 8a4d44965f0d2f8765b3f93625d4acb45f198555..486041d54378a706d5c56f0ecbf46ea3f5a0d8bf 100644 (file)
@@ -267,7 +267,6 @@ void _unblock_device(const char *file, int line, DEVICE *dev)
    Dmsg3(sd_dbglvl, "unblock %s from %s:%d\n", dev->print_blocked(), file, line);
 // ASSERT(lmgr_mutex_is_locked(&dev->m_mutex) == 1);
    ASSERT(dev->blocked());
-// ASSERT(dev->no_wait_id == pthread_self());
    dev->set_blocked(BST_NOT_BLOCKED);
    clear_thread_id(dev->no_wait_id);
    if (dev->num_waiting > 0) {