X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Ftrackfds.h;h=e342b1223394e1a8fc9b4c28178ac44f478ddc3b;hp=474b072d2026d9eee0faeb4505529f2d06a2fa9f;hb=7d4d8e0784059412a7ab3dfdfe3ad011b894a6e4;hpb=5e162a33ae8a80eebaf3792a962cb6ecc0950bda diff --git a/src/trackfds.h b/src/trackfds.h index 474b072..e342b12 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -34,6 +34,7 @@ static size_t tracked_fds_space; * ENV_NAME_FDS has the following format: Each descriptor as string followed * by a comma; there's a trailing comma. Example: "2,4,". */ static void init_from_environment(void) { + initialized = 1; tracked_fds_count = 0; const char *env = getenv(ENV_NAME_FDS);