Skip to content
Permalink
Browse files
Fix a typo a in the commit before the last one
in the "Adopt Debian's fix-FTBFS-on-GNU-Hurd.patch",
DBUG_VOID_RETURN has been used instead of "return"
  • Loading branch information
spetrunia committed Jun 29, 2018
1 parent 83bf267 commit 36ea826
Showing 1 changed file with 1 addition and 1 deletion.
@@ -324,7 +324,7 @@ void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len)
if (len < 0)
{
WSREP_ERROR("snprintf error: %d, skipping dump.", len);
DBUG_VOID_RETURN;
return;
}

char *filename= (char *)malloc(len++);

0 comments on commit 36ea826

Please sign in to comment.