summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 483d0f5)
raw | patch | inline | side by side (parent: 483d0f5)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 11:57:27 +0000 (13:57 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 11:57:27 +0000 (13:57 +0200) |
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index a546ff975834dc016ec188b6d06fe568c585cffa..35bb4605d79ef07fd4491ecf9380250b1671bb86 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
{
char *temp;
- temp = realloc(bind_buffer, bind_buffer_fill + len + 1);
+ temp = realloc (bind_buffer, bind_buffer_fill + len + 1);
if (temp == NULL)
{
ERROR ("bind plugin: realloc failed.");