Browse Source

Yet another mask fix

master
Christopher Ramey 9 years ago
committed by cdramey
parent
commit
155ab39bf2
  1. 2
      src/wstationd.c

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

Loading…
Cancel
Save