Skip to content
Snippets Groups Projects
Commit 5c63982a authored by Itagaki Takahiro's avatar Itagaki Takahiro
Browse files

Fix an uninitialized field in DR_copy.

Shigeru HANADA
parent 62c7bd31
No related branches found
No related tags found
No related merge requests found
......@@ -3798,6 +3798,7 @@ CreateCopyDestReceiver(void)
self->pub.mydest = DestCopyOut;
self->cstate = NULL; /* will be set later */
self->processed = 0;
return (DestReceiver *) self;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment