]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Fix a %d/%u format string hickup
authorVolker Lendecke <vl@samba.org>
Wed, 4 Dec 2024 18:19:57 +0000 (19:19 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:31 +0000 (12:30 +0000)
commit6b7ca29ffb7a5f2aa9dd69036e3ef42c308f7dec
treef6f4caaeb8a5a178c383bb881fd1283cc5713dd7
parent7116dca925d1798373da75fb5444ccfefe5d8243
smbd: Fix a %d/%u format string hickup

num_streams is an unsigned int

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