double quotes, not single quotes.
2005-08-06 Erez Zadok <ezk@cs.sunysb.edu>
+ * amd/sun_map_parse.y: to match the literal string "fstype=" use
+ double quotes, not single quotes.
+
* amd/get_args.c (get_args): call conf_parse() using conf_in.
* amd/amd.h: use renamed parser symbols (yyparse -> conf_parse;
;
/* file system type option */
-option : 'fstype='WORD {
+option : "fstype=" WORD {
tmpFsType = strdup($2);
}
retval = (struct sun_entry*)sun_entry_list->first;
}
else {
- plog(XLOG_ERROR,"Sun map parser did not produce data structs.");
+ plog(XLOG_ERROR, "Sun map parser did not produce data structs.");
}
return retval;