moby--moby/volume/drivers
Brian Goff 96c79a1934 Fix panic when plugin responds with null volume
In cases where the a plugin responds with both a null or empty volume
and a null or empty Err, the daemon would panic.
This is because we assumed the idiom if `err` is nil, then `v` must not
be but in reality the plugin may return whatever it wants and we want to
make sure it doesn't harm the daemon.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-02-24 20:45:38 -05:00
..
adapter.go Fix panic when plugin responds with null volume 2016-02-24 20:45:38 -05:00
extpoint.go fix common misspell 2016-02-11 15:49:36 -08:00
extpoint_test.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
proxy.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
proxy_test.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00