X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=sample%2Fserver.c;h=0ba17a835edaaa7bd388eb5e7bf87b699703534a;hb=8a6ebf445ca7de9dfa32e38f4bed4a8530c73d6c;hp=6eaabd87770158135d02d40d05eee4102dac1426;hpb=d82929692e2112d795b22922b5cbdae4fbf7a13b;p=cyrus-sasl.git diff --git a/sample/server.c b/sample/server.c index 6eaabd8..0ba17a8 100644 --- a/sample/server.c +++ b/sample/server.c @@ -441,6 +441,7 @@ int main(int argc, char *argv[]) if (r != SASL_OK) saslfail(r, "allocating connection state"); cb.type = "sasl-sample"; + cb.critical = 0; cb.data = "this is a test of channel bindings"; cb.len = strlen(cb.data);