This commit is contained in:
Alexey Shcherbakov 2013-09-08 11:15:47 +06:00
parent e3327dbf6d
commit ea61479ced
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ void QueuePrivate::unbind( const QString & exchangeName, const QString & key )
return;
}
QAMQP::Frame::Method frame(QAMQP::Frame::fcQueue, miBind);
QAMQP::Frame::Method frame(QAMQP::Frame::fcQueue, miUnbind);
frame.setChannel(number);
QByteArray arguments_;
QDataStream out(&arguments_, QIODevice::WriteOnly);