]> git.llucax.com Git - z.facultad/75.74/practicos.git/commitdiff
Bugfix.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 23 May 2006 17:16:41 +0000 (17:16 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 23 May 2006 17:16:41 +0000 (17:16 +0000)
practicas/practica3/parte1/serverhandler.cpp

index d21a3275a22ff36abecf2f995dac7283f587b072..ff820d56834e1a87ac76de1ad2af4ae15a0481bf 100644 (file)
@@ -86,6 +86,7 @@ int main(int argc, char *argv[])
                             result = Protocol::NOT_FOUND;
                         break;
                     case Protocol::QUIT:
+                        result = Protocol::OK;
                         print_msg(stdout, "%s (%d): Say no more\n", pname, pid);
                         fin = 1;
                         fin_cmd = 1;