comparison OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents d9473bd5ed43
children e68edf92e5cc
comparison
equal deleted inserted replaced
4475:a24d2126efd2 4476:c1f36fd13730
83 83
84 84
85 /** 85 /**
86 * Macro specifying whether to apply the patch suggested in issue 66: 86 * Macro specifying whether to apply the patch suggested in issue 66:
87 * "Orthanc responses C-MOVE with zero Move Originator Message ID" 87 * "Orthanc responses C-MOVE with zero Move Originator Message ID"
88 * https://bitbucket.org/sjodogne/orthanc/issues/66/ 88 * https://bugs.orthanc-server.com/show_bug.cgi?id=66
89 **/ 89 **/
90 90
91 #define APPLY_FIX_ISSUE_66 1 91 #define APPLY_FIX_ISSUE_66 1
92 92
93 93