Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #66 from jthiltges/errmsg-init
Browse files Browse the repository at this point in the history
segfault in blahpd cmd_submit_job()
  • Loading branch information
djw8605 authored Dec 1, 2017
2 parents 5fa75e4 + 379da31 commit d9cea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ cmd_submit_job(void *args)
else if ((proxyname) != NULL && (!disable_limited_proxy))
{
/* not in glexec mode: need to limit the proxy */
char *errmsg;
char *errmsg = NULL;
if((proxynameNew = limit_proxy(proxyname, NULL, &errmsg)) == NULL)
{
/* PUSH A FAILURE */
Expand Down

0 comments on commit d9cea7c

Please sign in to comment.