comparison src/process.c @ 74946:9321ec6bc5db

Fix typo in comment.
author Kim F. Storm <storm@cua.dk>
date Wed, 27 Dec 2006 21:46:25 +0000
parents 526fb5e934a5
children 1b003fe28dfe 17e0dd217877 bc10a33dd40b
comparison
equal deleted inserted replaced
74945:9bce1c5ffabd 74946:9321ec6bc5db
2898 } 2898 }
2899 2899
2900 /* Make QCaddress an alias for :local (server) or :remote (client). */ 2900 /* Make QCaddress an alias for :local (server) or :remote (client). */
2901 QCaddress = is_server ? QClocal : QCremote; 2901 QCaddress = is_server ? QClocal : QCremote;
2902 2902
2903 /* :wait BOOL */ 2903 /* :nowait BOOL */
2904 if (!is_server && socktype == SOCK_STREAM 2904 if (!is_server && socktype == SOCK_STREAM
2905 && (tem = Fplist_get (contact, QCnowait), !NILP (tem))) 2905 && (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
2906 { 2906 {
2907 #ifndef NON_BLOCKING_CONNECT 2907 #ifndef NON_BLOCKING_CONNECT
2908 error ("Non-blocking connect not supported"); 2908 error ("Non-blocking connect not supported");