]> git.ipfire.org Git - thirdparty/bacula.git/commit
Tweak replace MAX_NAME_LENGTH, with a sizeof(variable) in ua_dotcmds.c
authorAlain Spineux <alain@baculasystems.com>
Fri, 19 Feb 2021 09:53:09 +0000 (10:53 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
commit1d34e10c4a64163584ffbffe0e821fbca353ad3a
tree2d975e942f963b55ef7cee55f94feb17e27c7342
parentaa30474ffa97098c90d341b73018b51f26079df9
Tweak replace MAX_NAME_LENGTH, with a sizeof(variable) in ua_dotcmds.c

- we use a sizeof() for the exact same use few lines above
- Yes, I didn't remove the "exact same lines above" because I'm not
  sure that it will not brake something.
bacula/src/dird/ua_dotcmds.c