Navigation Menu

Skip to content

Commit

Permalink
Follow API change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 16, 2015
1 parent 815d087 commit efa79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groonga.c
Expand Up @@ -585,7 +585,7 @@ daemonize(void)
dup2(null_fd, STDIN_FILENO);
dup2(null_fd, STDOUT_FILENO);
dup2(null_fd, STDERR_FILENO);
if (null_fd > STDERR_FILENO) { GRN_CLOSE(null_fd); }
if (null_fd > STDERR_FILENO) { grn_close(null_fd); }
}
}
#endif /* WIN32 */
Expand Down

0 comments on commit efa79d5

Please sign in to comment.