src/server/nametrans.c

changeset 6
ce8fecc9847d
parent 3
137197831306
child 10
e3ae779232a9
equal deleted inserted replaced
5:dbc01588686e 6:ce8fecc9847d
32 32
33 int test_nametrans(pblock *pb, Session *sn, Request *rq) { 33 int test_nametrans(pblock *pb, Session *sn, Request *rq) {
34 printf("test_nametrans...\n"); 34 printf("test_nametrans...\n");
35 35
36 // set ppath 36 // set ppath
37 char *ppath = "/export/home/olaf/Desktop/hello.txt"; 37 //char *ppath = "/export/home/olaf/Desktop/hello.txt";
38 pblock_kvinsert(pb_key_ppath, ppath, strlen(ppath), rq->vars); 38 //pblock_kvinsert(pb_key_ppath, ppath, strlen(ppath), rq->vars);
39 39
40 return REQ_PROCEED; 40 return REQ_NOACTION;
41 } 41 }

mercurial