Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dgl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ populate_games (int xgame, int *l, struct dg_user *me)

snprintf (fullname, 130, "%s%s", inprog, pdirent->d_name);

fd = 0;
/* O_RDWR here should be O_RDONLY, but we need to test for
* an exclusive lock */
fd = open (fullname, O_RDWR);
Expand Down