-
file_utils: fix config file parsing · 7d84e2cdChristian Brauner authored
We accidently used the "bytes_to_write" variable after we've written all the bytes at which point it is guaranteed to be 0. Let's use the "bytes_read" variable instead. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×