X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=42e0d61af54aa0a6e7c8d30263cdb113df88896a;hb=788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7;hp=a7194319bda6ef44cbba338f548961807471778d;hpb=e98f7f60095bceba1f32e448c421b3e862b728aa;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index a719431..42e0d61 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1044,7 +1044,7 @@ static struct swit sendswitches[] = { #define CLIESW 30 { "client host", -6 }, #define SERVSW 31 - { "server host", -6 }, + { "server host", 6 }, #define SNOOPSW 32 { "snoop", -5 }, #define SDRFSW 33 @@ -1058,11 +1058,13 @@ static struct swit sendswitches[] = { #define SASLMECHSW 37 { "saslmech", SASLminc(-5) }, #define USERSW 38 - { "user", SASLminc(-4) }, + { "user", SASLminc(4) }, #define SNDATTACHSW 39 { "attach file", 6 }, #define SNDATTACHFORMAT 40 { "attachformat", 7 }, +#define PORTSW 41 + { "port server-port-name/number", 4 }, { NULL, 0 } };