We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3b486 commit 97ce922Copy full SHA for 97ce922
ibmmq/mqiSTS.go
@@ -78,7 +78,7 @@ func NewMQSTS() *MQSTS {
78
func copySTStoC(mqsts *C.MQSTS, gosts *MQSTS) {
79
const vsbufsize = C.MQ_TOPIC_STR_LENGTH
80
81
- setMQIString((*C.char)(&mqsts.StrucId[0]), "STS ", 4)
+ setMQIString((*C.char)(&mqsts.StrucId[0]), "STAT", 4)
82
mqsts.Version = C.MQSTS_VERSION_2
83
84
mqsts.PutSuccessCount = C.MQLONG(gosts.PutSuccessCount)
0 commit comments