]> git.lyx.org Git - lyx.git/commit
Initialize client's name in main()
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 Sep 2024 13:29:39 +0000 (15:29 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 Sep 2024 13:33:02 +0000 (15:33 +0200)
commit3d323412ad5b4d47774de43f985202f20cabd156
treee91bcb1c21aca414c21f5b6c82a857c5fd715d4d
parent12d771c43fc121c89e6df5ae1e0b6aedc11d799e
Initialize client's name in main()

Initializing clientName at declaration time is not a good idea.

Spotted by Coverity scan.
src/client/client.cpp