~ubuntu-branches/ubuntu/feisty/samba/feisty-updates

« back to all changes in this revision

Viewing changes to source/aparser/templates/fn_end.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-10-15 12:31:58 UTC
  • Revision ID: james.westby@ubuntu.com-20041015123158-aokykzdqkdgy6dfx
Tags: upstream-3.0.7
ImportĀ upstreamĀ versionĀ 3.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
end:
 
3
        /* the parse is OK */
 
4
        return True;
 
5
 
 
6
fail:
 
7
        if (UNMARSHALLING(ps)) {
 
8
                ZERO_STRUCTP(il);
 
9
        }
 
10
        return False;
 
11
} /* @FUNCNAME@ */
 
12
 
 
13