X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=3cf705ab6c98c81e16c7d09fb8a95788f44e6d37;hp=40f6a9512287e2689c140f0e5d31017dff5cea83;hb=144c8da3fb211847623e6d258b4c1f55112e2779;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/ipc.c b/ipc.c index 40f6a951..3cf705ab 100644 --- a/ipc.c +++ b/ipc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -209,6 +209,7 @@ size_t shm_get_shmmax(void) buf[ret] = '\0'; shmmax = strtoul(buf, NULL, 10); } + close(fd); } } #elif defined SYSCTL_SHMMAX_VARIABLE @@ -221,7 +222,7 @@ size_t shm_get_shmmax(void) #endif if (shmmax == 0) { PARA_WARNING_LOG("unable to determine shmmax\n"); - shmmax = 65535; /* last ressort */ + shmmax = 65535; /* last resort */ } PARA_INFO_LOG("shmmax: %zu\n", shmmax); return shmmax;