mirror of https://github.com/0intro/wmii
Fixed a dial that should have been an announce.
This commit is contained in:
parent
f51f33bae8
commit
5d5ba6e283
|
@ -422,7 +422,7 @@ check_9pcon(IxpConn *c) {
|
|||
|
||||
int
|
||||
main(int argc, char *argv[]) {
|
||||
char *wmiirc, *errstr;
|
||||
char *wmiirc;
|
||||
WMScreen *s;
|
||||
XSetWindowAttributes wa;
|
||||
int i;
|
||||
|
@ -469,7 +469,7 @@ main(int argc, char *argv[]) {
|
|||
init_traps();
|
||||
|
||||
errstr = nil;
|
||||
sock = ixp_dial(address);
|
||||
sock = ixp_announce(address);
|
||||
if(sock < 0)
|
||||
fatal("Can't create socket '%s': %s", address, errstr);
|
||||
|
||||
|
|
Loading…
Reference in New Issue