memset(spaces, ' ', talloc_array_length(spaces) - 1);
ERROR(" %s^ differs here", spaces);
talloc_free(spaces);
- };
+ }
}
/** Print hex string to buffer
if (!*str) {
fr_strerror_printf("Invalid backslash at end of string.");
return -1;
- };
+ }
str++;
continue;
}
vp->vp_uint32 = soh_pull_be_16(p);
p += 2;
- MEM(pair_update_request(&vp, attr_soh_ms_machine_sp_release) >= 0)
+ MEM(pair_update_request(&vp, attr_soh_ms_machine_sp_release) >= 0);
vp->vp_uint32 = soh_pull_be_16(p);
p += 2;
this->da->dict = dict;
this->da->ref = da;
- next = this->next;;
+ next = this->next;
}
}
fr_dlist_insert_tail(&el->user_callbacks, user);
- return user->ident;;
+ return user->ident;
}
/** Delete a user callback to the event list.