mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-15 19:19:06 +08:00
dfs:fix uninitialized 9pfs protocol lookup
This commit is contained in:
@@ -923,7 +923,7 @@ static int dfs_9pfs_mount(struct dfs_filesystem *fs,
|
||||
unsigned long rwflag, const void *data)
|
||||
{
|
||||
rt_ubase_t level;
|
||||
struct p9_protocol *p9p, *p9p_tmp;
|
||||
struct p9_protocol *p9p = RT_NULL, *p9p_tmp;
|
||||
struct p9_connection *conn = RT_NULL;
|
||||
|
||||
if (!data)
|
||||
|
||||
Reference in New Issue
Block a user