X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=SimpleServer.xs;h=a09403f2858fe9671b18c835052c6c3a96840def;hb=1778a36a88fa8a4b0ca1aa1c39e079b953f6bc98;hp=7b6b477eb41f58b8206d7ac7ec0b53398ef38f24;hpb=937031659a82316ddfb1e71475d4b02b468226e3;p=simpleserver-moved-to-github.git diff --git a/SimpleServer.xs b/SimpleServer.xs index 7b6b477..a09403f 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.42 2006-04-19 13:17:52 sondberg Exp $ + * $Id: SimpleServer.xs,v 1.43 2006-04-21 07:30:15 sondberg Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -488,7 +488,8 @@ int simpleserver_SortKeySpecToHash (HV *sort_spec, Z_SortKeySpec *spec) else if (key->which == Z_SortKey_sortAttributes) { Z_SortAttributes *attr = key->u.sortAttributes; - + + return 0; } else {