diff options
Diffstat (limited to 'hmp.c')
| -rw-r--r-- | hmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp.c b/hmp.c index c2ad3f8251..4a702d5b97 100644 --- a/hmp.c +++ b/hmp.c @@ -2373,7 +2373,7 @@ void hmp_nbd_server_start(Monitor *mon, const QDict *qdict) goto exit; } - nbd_server_start(addr, NULL, &local_err); + nbd_server_start(addr, NULL, NULL, &local_err); qapi_free_SocketAddress(addr); if (local_err != NULL) { goto exit; |