Skip to content
Extraits de code Groupes Projets
Valider 178103c5 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Merge branch 'for-php' into 'master'

And another one (for lkt add id)

See merge request !109
parents b64f732a ea99be2f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!109And another one (for lkt add id)
# Maintainer: Maël 'Kubat' MARTIN <mael.martin31@gmail.com>
pkgname=lektor
pkgver=mk7.1026.b7d5c5e
pkgver=mk7.1036.462cf03
pkgrel=1
pkgdesc="The lektor kara player, from the Bakaclub"
arch=(x86_64 i686)
......
......@@ -93,7 +93,7 @@ create_socket(const char *host, const char *port)
hints.ai_family = AF_INET;
hints.ai_socktype = SOCK_STREAM;
assert(! getaddrinfo(host, port, &hints, &found));
getaddrinfo(host, port, &hints, &found); // <---- Another assert yeeted because it makes php panic
sock = *found->ai_addr;
sock_len = found->ai_addrlen;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter