Skip to content
Commit 1b464d30 authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

stop mtime duplication

applying the mtime was duplicated across multiple functions when indeed
it is largely the same code with only the actual setting being slightly
variable. use a template function with callback instead to share the
sharable bits.

also, since smbc_utime is used in two functions move that to its own
helper built on top to remove even the callback duplication
parent 82cf40ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment