Commit 78fa62ff authored by Markus Armbruster's avatar Markus Armbruster Committed by Paolo Bonzini
Browse files

nbd: Fix up comment after commit e140177d



Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <1427271528-11624-1-git-send-email-armbru@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 0dc40f28
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -47,8 +47,9 @@ void qmp_nbd_server_start(SocketAddress *addr, Error **errp)
    }
}

/* Hook into the BlockDriverState notifiers to close the export when
 * the file is closed.
/*
 * Hook into the BlockBackend notifiers to close the export when the
 * backend is closed.
 */
typedef struct NBDCloseNotifier {
    Notifier n;