Files
systemd/src/core
Anita Zhang 7d9eea2bd3 core: move reset_arguments() to the end of main's finish
Fixes #16991

fb39af4ce4 replaced `free_arguments()` with
`reset_arguments()`, which frees arg_* variables as before, but also resets all
of them to the default values. `reset_arguments()` was positioned
in such a way that it overrode some arg_* values still in use at shutdown.

To avoid further unintentional resets, I moved `reset_arguments()`
right before the return, when nothing else will be using the arg_* variables.
2020-09-28 12:39:30 +02:00
..
2020-08-19 11:41:53 +02:00
2020-05-05 22:40:37 +02:00
2020-05-05 22:40:44 +02:00
2020-09-15 12:54:17 +03:00
2020-09-15 12:54:17 +03:00
2019-10-31 17:57:03 +09:00
2020-08-25 19:45:35 +02:00
2020-05-05 22:40:37 +02:00
2019-12-04 08:57:08 +01:00
2019-11-05 11:17:38 -08:00