Ignore:
Timestamp:
Feb 13, 2010, 1:10:15 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

network: Adopted to 4.6.1 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/network/socket/qlocalserver_os2.cpp

    r564 r568  
    9191
    9292    // create the unix socket
    93     listenSocket = qSocket(PF_UNIX, SOCK_STREAM, 0);
     93    listenSocket = ocket(PF_UNIX, SOCK_STREAM, 0);
    9494    if (-1 == listenSocket) {
    9595        setError(QLatin1String("QLocalServer::listen"));