Commit 5c63982a authored by Itagaki Takahiro's avatar Itagaki Takahiro

Fix an uninitialized field in DR_copy.

Shigeru HANADA
parent 62c7bd31
......@@ -3798,6 +3798,7 @@ CreateCopyDestReceiver(void)
self->pub.mydest = DestCopyOut;
self->cstate = NULL; /* will be set later */
self->processed = 0;
return (DestReceiver *) self;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment