Added temporary fix for srv on windows: using opendns nameservers
[prosody.git] / util / uuid.lua
index 489522aa74b0b34c017fc377905248689f45ee78..e1c02c91cd16cce3b51500e1e596d528972c8e05 100644 (file)
@@ -2,7 +2,7 @@
 local m_random = math.random;
 module "uuid"
 
-function uuid_generate()
+function generate()
        return m_random(0, 99999999);
 end