Fix argument check
This commit is contained in:
parent
a19dcfad93
commit
a712b63633
|
@ -200,7 +200,7 @@ int _proto_list_str(int pid, char* proto_path)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (str == NULL) {
|
if (proto_path == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue