src/config.c
changeset 18 4435146391ae
parent 13 d3554afaa768
child 33 56571d34d754
equal deleted inserted replaced
17:9a32b5242320 18:4435146391ae
   101     }
   101     }
   102 
   102 
   103     if (line != NULL)
   103     if (line != NULL)
   104         free (line);
   104         free (line);
   105 
   105 
   106     if (!(uc->nick && uc->pass && uc->server && uc->channel))
   106     if (!(uc->nick && uc->server && uc->channel))
   107         return -2;
   107         return -2;
   108 
   108 
   109     return 0;
   109     return 0;
   110 }
   110 }