Commit a6870489 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Cleanup gres_plugin_help_msg() to remove strcat().

Just return an xmalloc()'d string rather than handle all this
manual buffer length tracking. The only calling path into here
is trivially updated to work with this instead.

Note that gres_plugin_init() always returns 0 at present, so
take the opportunity to simplify that handling as well.
parent 27ae34de
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment