comparison OrthancServer/OrthancInitialization.cpp @ 725:ef4569ae7952

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Feb 2014 11:01:55 +0100
parents 4c1860179cc5
children 45715eadc2e0
comparison
equal deleted inserted replaced
724:96a2d2da0fee 725:ef4569ae7952
533 { 533 {
534 try 534 try
535 { 535 {
536 std::string thisAet; 536 std::string thisAet;
537 GetDicomModalityUsingSymbolicName(*it, thisAet, address, port, manufacturer); 537 GetDicomModalityUsingSymbolicName(*it, thisAet, address, port, manufacturer);
538 538
539 if (IsSameAETitle(aet, thisAet)) 539 if (IsSameAETitle(aet, thisAet))
540 { 540 {
541 return true; 541 return true;
542 } 542 }
543 } 543 }