- Timestamp:
- 2024-05-08T15:44:42Z (7 months ago)
- Branches:
- master
- Children:
- 684aca2
- Parents:
- 210d1d9
- git-author:
- Petr Vaněk <arkamar@…> (20-02-24 07:55:25)
- git-committer:
- Jelmer Vernooij <jelmer@…> (08-05-24 15:44:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r210d1d9 r37ef2cb 23 23 24 24 #include "jabber.h" 25 #include "sha1.h" 25 26 26 27 static xt_status jabber_chat_join_failed(struct im_connection *ic, struct xt_node *node, struct xt_node *orig); … … 86 87 g_checksum_update(sum, (uint8_t *) &now, sizeof(now)); 87 88 g_checksum_update(sum, (uint8_t *) who, strlen(who)); 88 uuid = sha1_random_uuid( sum);89 uuid = sha1_random_uuid(&sum); 89 90 90 91 if (jd->flags & JFLAG_GTALK) {
Note: See TracChangeset
for help on using the changeset viewer.