Re: [PATCH] osm_sa_guidinfo_record.c False duplicate GUID error messages

2013-09-05 Thread Hal Rosenstock
On 9/3/2013 7:30 AM, Line Holen wrote: If the same request is received twice then the second one will cause error messages indicating duplicate alias GUIDs. In this case this is a false warning. The second request should be treated as a void and return success to the requester.

[PATCH] osm_sa_guidinfo_record.c False duplicate GUID error messages

2013-09-03 Thread Line Holen
If the same request is received twice then the second one will cause error messages indicating duplicate alias GUIDs. In this case this is a false warning. The second request should be treated as a void and return success to the requester. Signed-off-by: Line Holen line.ho...@oracle.com ---