diff --git a/src/wstationd.c b/src/wstationd.c index ebcb23d..8af9074 100644 --- a/src/wstationd.c +++ b/src/wstationd.c @@ -194,7 +194,7 @@ int main(int argc, char* argv[]) } // Change default mask - umask(133); + umask(0); // Establish the socket sockfd = socket(AF_INET, SOCK_STREAM, 0);