Skip to content

Commit

Permalink
[DFS] fix the name mistake in socket function.
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardXiong committed May 10, 2016
1 parent 64feef0 commit 7c38c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dfs/filesystems/net/net_sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int socket(int domain, int type, int protocol)
d->type = FT_SOCKET;
d->path = RT_NULL;

d->fs = dfs_lwip_get_fs();
d->fs = dfs_net_get_fs();

d->flags = DFS_O_RDWR; /* set flags as read and write */
d->size = 0;
Expand Down

0 comments on commit 7c38c59

Please sign in to comment.