]> andersk Git - moira.git/blobdiff - update/update_server.c
- Don't ifdef out auth_002; it breaks backward compatability.
[moira.git] / update / update_server.c
index 6c5dc9a316c8bbf189499feda7efe85a472a644f..63be9f773dfc74e568c4a78017a875cd25e43265 100644 (file)
@@ -48,9 +48,7 @@ struct _dt {
   char *str;
   void (*proc)(int, char *);
 } dispatch_table[] = {
-#ifdef HAVE_KRB4
   { "AUTH_002", auth_002 },
-#endif
   { "AUTH_003", auth_003 },
   { "XFER_002", xfer_002 },
   { "XFER_003", xfer_003 },
This page took 0.031094 seconds and 4 git commands to generate.