[srvx-commits] CVS: services/src proto-p10.c,1.47,1.48
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-12-15 06:50:00
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7987/src
Modified Files:
proto-p10.c
Log Message:
initialize modes array in case a BURST has no modes at all (which can happen under ircu2.10.11)
Index: proto-p10.c
===================================================================
RCS file: /cvsroot/srvx/services/src/proto-p10.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** proto-p10.c 14 Dec 2002 02:02:40 -0000 1.47
--- proto-p10.c 15 Dec 2002 06:49:57 -0000 1.48
***************
*** 958,961 ****
--- 958,962 ----
(void)origin;
if (argc < 3) return 0;
+ modes[0] = 0;
while (next < argc) {
switch (argv[next][0]) {
|