Yet another mask fix

This commit is contained in:
Christopher Ramey 2015-04-01 18:08:08 +00:00 committed by cdramey
parent 5071a2fcd4
commit 155ab39bf2

View File

@ -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);