Fix mostly harmless typo:
if (data);
free(data);
Discovered by: emacs cc-mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user