]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Avoid a (double) cast
authorVolker Lendecke <vl@samba.org>
Wed, 4 Dec 2024 11:42:00 +0000 (12:42 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:30 +0000 (12:30 +0000)
commit69d74563add41bee79c9bdd59b7df0a80953b4b8
treea3123c08d7f58b898660b1b9934939acb8998724
parent2d6d890f45bf50f46b7d77e14b1bf4d8c4dcca73
smbd: Avoid a (double) cast

We don't need floating point here, intmax_t and %jd should be
sufficient

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
source3/smbd/smb1_trans2.c