From 155ab39bf285b426a445ead2954eb298a226d164 Mon Sep 17 00:00:00 2001 From: Christopher Ramey Date: Wed, 1 Apr 2015 18:08:08 +0000 Subject: [PATCH] Yet another mask fix --- src/wstationd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);