Changeset 851
- Timestamp:
- 04/30/10 18:23:45 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/protocol.c
r831 r851 33 33 /* A missing protocol is considered to be a fatal error */ 34 34 if ((proto = find_protocol(argv[1])) == NULL) { 35 s printf(emsg, "protocol %s not supported", argv[1]);35 snprintf(emsg, sizeof(emsg), "protocol %s not supported", argv[1]); 36 36 destroy_connection(cp, emsg); 37 37 return IRCD_CONNECTION_CLOSED;
Note: See TracChangeset
for help on using the changeset viewer.
