Changeset 0515063 for ipc.c


Ignore:
Timestamp:
2017-04-06T20:29:23Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
952e264
Parents:
b097945 (diff), c9e9c9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    rb097945 r0515063  
    898898        strcpy(un_addr.sun_path, IPCSOCKET);
    899899
    900         serversock = socket(AF_UNIX, SOCK_STREAM, PF_UNIX);
     900        serversock = socket(AF_UNIX, SOCK_STREAM, 0);
    901901
    902902        if (serversock == -1) {
Note: See TracChangeset for help on using the changeset viewer.