mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Merge pull request #2583 from donaldsharp/more_warnings
zebra: Fix use of uninited variable
This commit is contained in:
commit
b46f306ed5
@ -198,7 +198,7 @@ static int zserv_write(struct thread *thread)
|
||||
{
|
||||
struct zserv *client = THREAD_ARG(thread);
|
||||
struct stream *msg;
|
||||
uint32_t wcmd;
|
||||
uint32_t wcmd = 0;
|
||||
struct stream_fifo *cache;
|
||||
|
||||
/* If we have any data pending, try to flush it first */
|
||||
|
Loading…
Reference in New Issue
Block a user