diff options
-rw-r--r-- | net/9p/trans_fd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index c73b894846c1..154479d2756d 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c | |||
@@ -734,6 +734,7 @@ static int parse_opts(char *params, struct p9_fd_opts *opts) | |||
734 | opts->port = P9_PORT; | 734 | opts->port = P9_PORT; |
735 | opts->rfd = ~0; | 735 | opts->rfd = ~0; |
736 | opts->wfd = ~0; | 736 | opts->wfd = ~0; |
737 | opts->privport = 0; | ||
737 | 738 | ||
738 | if (!params) | 739 | if (!params) |
739 | return 0; | 740 | return 0; |