containers / crun

A fast and lightweight fully featured OCI runtime and C library for running containers
GNU General Public License v2.0
2.87k stars 294 forks source link

[crun run] Avoid setting crun_context.handler redundantly #1480

Closed NilsIrl closed 3 weeks ago

NilsIrl commented 3 weeks ago

Starting from b3e167dbcda8fe25c26285c4c9f96f2735f1054f the handler is already set in init_libcrun_context.

rhatdan commented 3 weeks ago

LGTM

rhatdan commented 3 weeks ago

Thanks @NilsIrl