Fixed a misspelling of '\0' as NULL.
This commit is contained in:
parent
073d9d9542
commit
2cbaf5127c
@ -846,7 +846,7 @@ rpcbdump(int dumptype, char *netid, int argc, char **argv)
|
||||
sprintf(p++, ",");
|
||||
}
|
||||
printf("%-10s", buf);
|
||||
buf[0] = NULL;
|
||||
buf[0] = '\0';
|
||||
for (nl = rs->nlist; nl; nl = nl->next) {
|
||||
strcat(buf, nl->netid);
|
||||
if (nl->next)
|
||||
|
Loading…
Reference in New Issue
Block a user