bindresponse is actually the same as ldapresult.

might as well rename it.
This commit is contained in:
leitner
2002-01-15 00:30:39 +00:00
parent b166396c5e
commit 81e6e9856a
4 changed files with 26 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ int main() {
buffer_putulong(buffer_2,op);
buffer_putsflush(buffer_2,".\n");
switch (op) {
case 0:
case BindRequest:
{
long version,method;
struct string name;