Fix mostly harmless typo:
if (data); free(data); Discovered by: emacs cc-mode
This commit is contained in:
parent
fba3cfdef2
commit
b048419e0d
@ -407,7 +407,7 @@ _nis_grscan(rv, cb_data, ap)
|
||||
if (yp_first(__ypdomain, "group.byname",
|
||||
&__ypcurrent, &__ypcurrentlen,
|
||||
&data, &datalen)) {
|
||||
if (data);
|
||||
if (data)
|
||||
free(data);
|
||||
return NS_UNAVAIL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user