Changeset 1696
- Timestamp:
- 02/08/07 13:04:51 (2 years ago)
- Files:
-
- trunk/osengine/osengine_engine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/osengine/osengine_engine.c
r1683 r1696 150 150 151 151 if (!objtype){ 152 osync_error_set(&error, OSYNC_ERROR_GENERIC, 153 "ObjType not set for uid %s.", uid); 152 if (!osync_error_is_set(&error)) { 153 osync_error_set(&error, OSYNC_ERROR_GENERIC, 154 "ObjType not set for uid %s.", uid); 155 } else { 156 osync_error_update(&error, 157 "ObjType not set for uid %s.", uid); 158 } 154 159 goto error; 155 160 }
