- fix indenting (yes, I am a freak)
This commit is contained in:
parent
e3ee2782b7
commit
006ddff6af
20
fsipd.c
20
fsipd.c
@ -120,16 +120,16 @@ process_request(const struct sockaddr_in *sa, int type, char *str)
|
|||||||
char *ptype;
|
char *ptype;
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case SOCK_STREAM:
|
case SOCK_STREAM:
|
||||||
ptype = s_types[0];
|
ptype = s_types[0];
|
||||||
break;
|
break;
|
||||||
case SOCK_DGRAM:
|
case SOCK_DGRAM:
|
||||||
ptype = s_types[1];
|
ptype = s_types[1];
|
||||||
break;
|
break;
|
||||||
case SOCK_RAW:
|
case SOCK_RAW:
|
||||||
ptype = s_types[2];
|
ptype = s_types[2];
|
||||||
default:
|
default:
|
||||||
ptype = s_types[3];;
|
ptype = s_types[3];;
|
||||||
}
|
}
|
||||||
|
|
||||||
chomp(str);
|
chomp(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user