[torqueusers] small bug in momctl
Alexander Saydakov
saydakov at yahoo-inc.com
Fri Jan 20 10:56:02 MST 2006
Hi!
I believe there is a small bug in momctl: it always exits with the code of
1, which makes my script think it failed. My patch is below:
src/cmds/momctl.c:
548c548
< return(SUCCESS);
---
> exit(0);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20060120/9ed9a19d/attachment.html
More information about the torqueusers
mailing list