mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
fix build
PR containers/podman/pull/14449 had an outdated base. Merging it broke builds. [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@@ -25,5 +25,5 @@ func getPluginName(pathOrName string) string {
|
||||
func getPlugin(sockNameOrPath string) (*plugin.VolumePlugin, error) {
|
||||
path := getSocketPath(sockNameOrPath)
|
||||
name := getPluginName(sockNameOrPath)
|
||||
return plugin.GetVolumePlugin(name, path)
|
||||
return plugin.GetVolumePlugin(name, path, 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user