libpurple/protocols/facebook/api.c

changeset 40519
974dbfd7e52f
parent 40439
e9838d634d5e
child 40756
3a58ef28ee44
equal deleted inserted replaced
40518:d587dad11411 40519:974dbfd7e52f
1933 if (priv->cid == NULL) { 1933 if (priv->cid == NULL) {
1934 priv->cid = fb_util_rand_alnum(32); 1934 priv->cid = fb_util_rand_alnum(32);
1935 } 1935 }
1936 1936
1937 if (priv->did == NULL) { 1937 if (priv->did == NULL) {
1938 priv->did = purple_uuid_random(); 1938 priv->did = g_uuid_string_random();
1939 } 1939 }
1940 1940
1941 if (priv->mid == 0) { 1941 if (priv->mid == 0) {
1942 priv->mid = g_random_int(); 1942 priv->mid = g_random_int();
1943 } 1943 }

mercurial