Skip to content

Commit a10b2ff

Browse files
committed
fixes 3
1 parent e78ffec commit a10b2ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/switch_apr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,8 @@ SWITCH_DECLARE(switch_status_t) switch_uuid_generate_v4(switch_uuid_t *uuid)
11581158
UuidCreate((UUID *) uuid);
11591159
#endif
11601160
switch_mutex_unlock(runtime.uuid_mutex);
1161+
1162+
return SWITCH_STATUS_SUCCESS;
11611163
}
11621164

11631165
SWITCH_DECLARE(switch_status_t) switch_uuid_generate_version(switch_uuid_t *uuid, int version)

0 commit comments

Comments
 (0)