Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: Don't overwrite kargs by default
This is the same bug as ostreedev@3089166 but for the not-booted case. Basically in the C API bridged to Rust we can't distinguish between "NULL array" and "zero length array". But the _with_options path supports distinguishing them, and we want the "no kargs provided" case to not override anything. Closes: ostreedev#502
- Loading branch information