diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 36fc86af4..bd2d704b8 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -633,7 +633,7 @@ parse_opts (int key, char *arg, struct argp_state *state) } -static void +void cleanup_and_exit (int signum) { glusterfs_ctx_t *ctx = NULL; |