Index: src/resmom/mom_main.c =================================================================== --- src/resmom/mom_main.c (revision 4575) +++ src/resmom/mom_main.c (working copy) @@ -1162,7 +1162,8 @@ char tmpLine[1024]; int sindex; - + /*forward referance for conv_res */ + extern char *conf_res( char *resline, struct rm_attribute *attr); if (attrib != NULL) { log_err(-1, id, extra_parm); @@ -1237,7 +1238,7 @@ snprintf(tmpLine, 1024, "%s:%s", cp->c_name, - cp->c_u.c_value); + conf_res(cp->c_u.c_value,NULL)); strncat(GResBuf, tmpLine, (sizeof(GResBuf) - strlen(GResBuf) - 1)); } /* END for (cp) */ Index: .project =================================================================== --- .project (revision 0) +++ .project (revision 0) @@ -0,0 +1,11 @@ + + + 3.0-fixes + + + + + + + +