1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp
Yuri Victorovich 6aefaf4b81 graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes:
* Take maintainership
* Move to github
* Remove targets: it installs itself fine

Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies.
2018-12-13 00:01:51 +00:00

13 lines
470 B
C++

--- imagepool/poolfindassociation.cpp.orig 2018-12-12 23:22:31 UTC
+++ imagepool/poolfindassociation.cpp
@@ -57,7 +57,10 @@ OFCondition FindAssociation::findSCU(T_A
req.Priority = DIMSE_PRIORITY_LOW;
strcpy(req.AffectedSOPClassUID, m_abstractSyntax);
+ int responseCount = 0;
+
cond = DIMSE_findUser(assoc, presId, &req, query,
+ responseCount,
findCallback, (void*)this,
(m_timeout == 0) ? DIMSE_BLOCKING : DIMSE_NONBLOCKING,
m_timeout,