pass -carets option to prevent qstat from mangling names
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@781 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
780f3c6d81
commit
2d05a75a01
@ -1527,6 +1527,8 @@ static struct stat_conn *stat_open_conn_qstat (struct stat_job *job) {
|
||||
|
||||
argv[argi++] = "-P";
|
||||
|
||||
argv[argi++] = "-carets";
|
||||
|
||||
if (g_slist_length (job->servers) <= MAX_SERVERS_IN_CMDLINE) {
|
||||
for (tmp = job->servers; tmp; tmp = tmp->next) {
|
||||
s = (struct server *) tmp->data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user