# HG changeset patch # User Sebastien Jodogne # Date 1366126424 -7200 # Node ID d1ea72f1c96713e859499cde63fc623a9934c2bf # Parent 42e87c17cab822833d6ab563caeed183e844b2a8 major fix of storescu diff -r 42e87c17cab8 -r d1ea72f1c967 OrthancServer/ServerIndex.cpp --- a/OrthancServer/ServerIndex.cpp Mon Apr 15 17:00:26 2013 +0200 +++ b/OrthancServer/ServerIndex.cpp Tue Apr 16 17:33:44 2013 +0200 @@ -785,7 +785,8 @@ // the current resource if (!done) { - assert(db_->LookupParent(currentId, currentId)); + bool ok = db_->LookupParent(currentId, currentId); + assert(ok); } }